Build Information
Failed to build Wand_Weather, reference main (6d9983), with Swift 6.2 for Linux on 6 Mar 2026 09:09:59 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.2-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/Weather.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/Weather
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6d99832 Make it builds for 3.0.5
Cloned https://github.com/The-Wand/Weather.git
Revision (git rev-parse @):
6d99832268ea690eda21876734b378b3b74f0234
SUCCESS checkout https://github.com/The-Wand/Weather.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/The-Wand/Weather.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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/the-wand/Location.git
Fetching https://github.com/the-wand/Wand.git
Fetching https://github.com/the-wand/Any.git
Fetching https://github.com/the-wand/URL.git
[1/8965] Fetching wand
[360/9242] Fetching wand, any
[539/12652] Fetching wand, any, location
[3052/17348] Fetching wand, any, location, url
Fetched https://github.com/the-wand/Any.git from cache (1.96s)
Fetched https://github.com/the-wand/Location.git from cache (1.97s)
Fetched https://github.com/the-wand/Wand.git from cache (1.97s)
Fetched https://github.com/the-wand/URL.git from cache (1.99s)
Computing version for https://github.com/the-wand/URL.git
Computed https://github.com/the-wand/URL.git at 3.0.5 (2.70s)
Computing version for https://github.com/the-wand/Location.git
Computed https://github.com/the-wand/Location.git at 3.0.5 (1.47s)
Computing version for https://github.com/the-wand/Wand.git
Computed https://github.com/the-wand/Wand.git at 3.0.5 (0.50s)
Computing version for https://github.com/the-wand/Any.git
Computed https://github.com/the-wand/Any.git at 1.0.3 (0.44s)
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
Creating working copy for https://github.com/the-wand/Location.git
Working copy of https://github.com/the-wand/Location.git resolved at 3.0.5
Creating working copy for https://github.com/the-wand/URL.git
Working copy of https://github.com/the-wand/URL.git resolved at 3.0.5
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/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/41] 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 |
[7/41] 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
[8/41] 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
[9/41] 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
[10/41] 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
[11/41] 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
[12/45] 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
[13/45] 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
[14/45] 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
[15/45] 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
[16/45] 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
[17/45] Compiling Wand CoreGraphics_Convertable.swift
[18/45] Compiling Wand Numbers_Convertable.swift
[19/45] Compiling Wand String_Convertable.swift
[20/45] Compiling Wand Describing.swift
[21/45] Compiling Wand Describing_Character.swift
[22/45] 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
[23/45] 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
[24/45] 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
[25/45] 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
[26/45] 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
[27/45] 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
[28/45] 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
[29/45] 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
[30/45] 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
[31/45] 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
[32/45] 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
[33/45] 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
[34/45] 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
[35/45] 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
[36/45] 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
[37/45] 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
[38/45] 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
[39/45] 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
[40/45] 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
[41/45] 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 |
[42/45] 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 |
[43/45] 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 |
[44/45] 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 |
[45/45] 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.2 linux