The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Wand, reference main (a13218), with Swift 6.0 for Linux on 2 Mar 2026 18:51:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0-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.0
Building package at path:  $PWD
https://github.com/The-Wand/Wand.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/The-Wand/Any.git
[1/277] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (0.55s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (0.66s)
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
[3/38] Compiling Wand CoreGraphics_Convertable.swift
[4/38] Compiling Wand Numbers_Convertable.swift
[5/38] Compiling Wand String_Convertable.swift
[6/38] Compiling Wand Describing.swift
[7/38] Compiling Wand Describing_Character.swift
[8/38] 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
[9/38] 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
[10/38] 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
[11/38] 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
[12/38] 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
[13/42] 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
[14/42] 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
[15/42] 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
[16/42] 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
[17/42] 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
[18/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/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
[19/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/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 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
[21/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/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 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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/42] 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 |
[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: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: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: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: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: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 |
BUILD FAILURE 6.0 linux