The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Wand, reference main (a13218), with Swift 6.1 for Linux on 2 Mar 2026 18:47:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/The-Wand/Wand.git
https://github.com/The-Wand/Wand.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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/Ask/Askable_Tests.swift",
        "Unit/DefaultTests.swift",
        "Unit/Objects.swift",
        "Unit/Performance.swift",
        "Unit/Unit.swift",
        "cases/&/AndT_Tests.swift",
        "cases/&/AndU_Tests.swift",
        "cases/?/Ask_Dependencies_Tests.swift",
        "cases/?/Errors_Tests.swift",
        "cases/Ask/Ask_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/T_Tests.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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/The-Wand/Any.git
[1/277] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (0.68s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (1.71s)
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
    /host/spi-builder-workspace/Sources/Wand/Wand.md
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/38] Emitting module Wand
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
/host/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
/host/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 Describing_Data.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[5/42] Compiling Wand Expecting.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[6/42] Compiling Wand Core+Wanded.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[7/42] Compiling Wand NW.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[8/42] Compiling Wand Obtainable.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[9/42] Compiling Wand Counting.swift
/host/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 |
/host/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 |
/host/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 |             }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[10/42] Compiling Wand Sequence.swift
/host/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 |
/host/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 |
/host/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 |             }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[11/42] Compiling Wand Task.swift
/host/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 |
/host/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 |
/host/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 |             }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[12/42] Compiling Wand Ask.Nil.swift
/host/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 |
/host/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 |
/host/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 |             }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[13/42] Compiling Wand Ask.T.swift
/host/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 |
/host/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 |
/host/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 |             }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[14/42] Compiling Wand CoreGraphics_Convertable.swift
[15/42] Compiling Wand Numbers_Convertable.swift
[16/42] Compiling Wand String_Convertable.swift
[17/42] Compiling Wand Describing.swift
[18/42] Compiling Wand Describing_Character.swift
[19/42] Compiling Wand Log.swift
/host/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
/host/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 | }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[20/42] Compiling Wand Memory.swift
/host/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
/host/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 | }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[21/42] Compiling Wand Addons.swift
/host/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
/host/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 | }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[22/42] Compiling Wand All.swift
/host/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
/host/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 | }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[23/42] Compiling Wand Any.swift
/host/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
/host/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 | }
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[24/42] Compiling Wand Expressible.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[25/42] Compiling Wand ExpressibleByArray.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[26/42] Compiling Wand ExpressibleByDictionary.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[27/42] Compiling Wand Key.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[28/42] Compiling Wand Weak.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[29/42] Compiling Wand Ubiquitous.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[30/42] Compiling Wand WandFramerProtocol.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[31/42] Compiling Wand Wanded.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[32/42] Compiling Wand |.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[33/42] Compiling Wand &.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[34/42] Compiling Wand AndT.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[35/42] Compiling Wand AndU.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[36/42] Compiling Wand Operation.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[37/42] Compiling Wand ?.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[38/42] Compiling Wand Error.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[39/42] Compiling Wand Error?.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[40/42] Compiling Wand Option.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[41/42] Compiling Wand Ask.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[42/42] Compiling Wand Core.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Wand/Wand.md
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] Compiling Wand &.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[3/37] Compiling Wand AndT.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[4/37] Compiling Wand AndU.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[5/37] Compiling Wand Operation.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[6/37] Compiling Wand ?.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[7/41] Compiling Wand Describing_Data.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[8/41] Compiling Wand Expecting.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[9/41] Compiling Wand Core+Wanded.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[10/41] Compiling Wand NW.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[11/41] Compiling Wand Obtainable.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/41] Emitting module Wand
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[13/41] Compiling Wand Error.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[14/41] Compiling Wand Error?.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[15/41] Compiling Wand Option.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[16/41] Compiling Wand Ask.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[17/41] Compiling Wand Core.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
/host/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 |
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 |         let time: Int = Date().timeIntervalSince1970|
133 |         let usec = time * USEC_PER_SEC|
    |                           `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 |         let usec = time * USEC_PER_SEC|
134 |
135 |         var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
    |                       `- error: cannot find 'URLRequest' in scope
136 |         request.httpMethod = "POST"
137 |         request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |         `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 |     }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 |         ])
150 |
151 |         URLSession(configuration: .default).dataTask(with: request).resume()
    |                                    `- error: cannot infer contextual base in reference to member 'default'
152 |     }
153 |
[18/41] Compiling Wand CoreGraphics_Convertable.swift
[19/41] Compiling Wand Numbers_Convertable.swift
[20/41] Compiling Wand String_Convertable.swift
[21/41] Compiling Wand Describing.swift
[22/41] Compiling Wand Describing_Character.swift
[23/41] Compiling Wand Log.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[24/41] Compiling Wand Memory.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[25/41] Compiling Wand Addons.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[26/41] Compiling Wand All.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[27/41] Compiling Wand Any.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[28/41] Compiling Wand Expressible.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[29/41] Compiling Wand ExpressibleByArray.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[30/41] Compiling Wand ExpressibleByDictionary.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[31/41] Compiling Wand Key.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[32/41] Compiling Wand Weak.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[33/41] Compiling Wand Counting.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[34/41] Compiling Wand Sequence.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[35/41] Compiling Wand Task.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[36/41] Compiling Wand Ask.Nil.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[37/41] Compiling Wand Ask.T.swift
/host/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 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[38/41] Compiling Wand Ubiquitous.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[39/41] Compiling Wand WandFramerProtocol.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[40/41] Compiling Wand Wanded.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
[41/41] Compiling Wand |.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:89:14: error: cannot find 'arc4random' in scope
 87 |     lazy
 88 |     public
 89 |     var id = arc4random()
    |              `- error: cannot find 'arc4random' in scope
 90 |
 91 |     lazy
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:93:19: error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 91 |     lazy
 92 |     public
 93 |     var name = id.quotientAndRemainder(dividingBy: 50_000)
    |                   `- error: value of type 'ObjectIdentifier' has no member 'quotientAndRemainder'
 94 |
 95 |     lazy
BUILD FAILURE 6.1 linux