Build Information
Failed to build WandLocation, reference main (669bd3), with Swift 6.0 for Linux on 7 Mar 2026 07:08:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/the-wand/Location.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/Location
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 669bd32 3.0.5
Cloned https://github.com/the-wand/Location.git
Revision (git rev-parse @):
669bd32da84d2b58eca7cdb6d6c6169293170f60
SUCCESS checkout https://github.com/the-wand/Location.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/the-wand/Location.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/the-wand/Wand.git
[1/8965] Fetching wand
[450/9242] Fetching wand, any
Fetched https://github.com/the-wand/Wand.git from cache (0.70s)
Fetched https://github.com/the-wand/Any.git from cache (0.70s)
Computing version for https://github.com/the-wand/Wand.git
Computed https://github.com/the-wand/Wand.git at 3.0.5 (0.73s)
Computing version for https://github.com/the-wand/Any.git
Computed https://github.com/the-wand/Any.git at 1.0.3 (0.75s)
Creating working copy for https://github.com/the-wand/Wand.git
Working copy of https://github.com/the-wand/Wand.git resolved at 3.0.5
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: 'wand': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.md
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/39] Emitting module Wand
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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 |
[5/43] Compiling Wand Ubiquitous.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand WandFramerProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Wanded.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand |.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand CoreGraphics_Convertable.swift
[10/43] Compiling Wand Numbers_Convertable.swift
[11/43] Compiling Wand String_Convertable.swift
[12/43] Compiling Wand Describing.swift
[13/43] Compiling Wand Describing_Character.swift
[14/43] Compiling Wand Log.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Memory.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Addons.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand All.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Any.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand &.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand AndT.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand AndU.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Operation.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand ?.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Expressible.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand ExpressibleByArray.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand ExpressibleByDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Key.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Weak.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Counting.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Sequence.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Task.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Ask.Nil.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Ask.T.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Describing_Data.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Expecting.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Core+Wanded.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand NW.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Obtainable.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Error.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Error?.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Option.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/43] Compiling Wand Ask.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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 |
[43/43] Compiling Wand Core.swift
/host/spi-builder-workspace/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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/.build/checkouts/Wand/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