Build Information
Failed to build Wand_Weather, reference main (6d9983), with Swift 6.1 for Linux on 6 Mar 2026 09:18:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&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.1
Building package at path: $PWD
https://github.com/The-Wand/Weather.git
https://github.com/The-Wand/Weather.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "any",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/the-wand/Any.git"
},
{
"identity" : "wand",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.5",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/the-wand/Wand.git"
},
{
"identity" : "location",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.5",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/the-wand/Location.git"
},
{
"identity" : "url",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.5",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/the-wand/URL.git"
}
],
"manifest_display_name" : "Wand_Weather",
"name" : "Wand_Weather",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Wand_Weather",
"targets" : [
"Wand_Weather"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "wandTests",
"module_type" : "SwiftTarget",
"name" : "wandTests",
"path" : "Tests/wandTests",
"product_dependencies" : [
"Any_"
],
"sources" : [
"Cases/chain.swift"
],
"target_dependencies" : [
"Wand_Weather"
],
"type" : "test"
},
{
"c99name" : "Wand_Weather",
"module_type" : "SwiftTarget",
"name" : "Wand_Weather",
"path" : "Sources/Wand_Weather",
"product_dependencies" : [
"Wand",
"WandLocation",
"WandURL"
],
"product_memberships" : [
"Wand_Weather"
],
"sources" : [
"HealthKit/HKHealthStore_Obtain.swift",
"HealthKit/HKWorkoutSession.swift",
"HealthKit/HKWorkoutSession_Ask.swift",
"OpenWeatherMap/OpenWeatherMap.swift",
"OpenWeatherMap/OpenWeatherMap_API.swift",
"OpenWeatherMap/OpenWeatherMap_Weather.swift",
"WeatherKit/WeatherService_Obtain.swift",
"WeatherKit/Weather_Ask.swift",
"Yandex/Weather/Yandex.swift",
"Yandex/Weather/Yandex_API.swift",
"Yandex/Weather/Yandex_Weather.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/the-wand/URL.git
Fetching https://github.com/the-wand/Wand.git
Fetching https://github.com/the-wand/Location.git
Fetching https://github.com/the-wand/Any.git
[1/8965] Fetching wand
[450/9242] Fetching wand, any
[1858/12652] Fetching wand, any, location
[4400/17348] Fetching wand, any, location, url
Fetched https://github.com/the-wand/Any.git from cache (0.85s)
Fetched https://github.com/the-wand/Wand.git from cache (0.93s)
Fetched https://github.com/the-wand/Location.git from cache (0.93s)
Fetched https://github.com/the-wand/URL.git from cache (0.93s)
Computing version for https://github.com/the-wand/URL.git
Computed https://github.com/the-wand/URL.git at 3.0.5 (2.29s)
Computing version for https://github.com/the-wand/Location.git
Computed https://github.com/the-wand/Location.git at 3.0.5 (0.76s)
Computing version for https://github.com/the-wand/Wand.git
Computed https://github.com/the-wand/Wand.git at 3.0.5 (0.62s)
Computing version for https://github.com/the-wand/Any.git
Computed https://github.com/the-wand/Any.git at 1.0.3 (0.58s)
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
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/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/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
[8/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
[9/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
[10/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
[11/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
[12/45] Compiling Wand CoreGraphics_Convertable.swift
[13/45] Compiling Wand Numbers_Convertable.swift
[14/45] Compiling Wand String_Convertable.swift
[15/45] Compiling Wand Describing.swift
[16/45] Compiling Wand Describing_Character.swift
[17/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
[18/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
[19/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
[20/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
[21/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
[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 &.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 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
[29/45] 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
[30/45] 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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: '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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] 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
[3/37] 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
[4/37] 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
[5/37] 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
[6/37] 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
[7/41] 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 |
[8/41] 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 |
[9/41] 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 |
[10/41] 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 |
[11/41] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/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 |
[13/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
[14/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
[15/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
[16/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
[17/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
[18/41] 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
[19/41] 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
[20/41] 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
[21/41] 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
[22/41] 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
[23/41] 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
[24/41] 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
[25/41] 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
[26/41] 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
[27/41] 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
[28/41] Compiling Wand CoreGraphics_Convertable.swift
[29/41] Compiling Wand Numbers_Convertable.swift
[30/41] Compiling Wand String_Convertable.swift
[31/41] Compiling Wand Describing.swift
[32/41] Compiling Wand Describing_Character.swift
[33/41] 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
[34/41] 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
[35/41] 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
[36/41] 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
[37/41] 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
[38/41] 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
[39/41] 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
[40/41] 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
[41/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
BUILD FAILURE 6.1 linux