Build Information
Failed to build Wand, reference 3.0.5 (a13218), with Swift 6.3 for Android on 18 Apr 2026 22:30:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Wand.git
Reference: 3.0.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/The-Wand/Wand
* tag 3.0.5 -> FETCH_HEAD
HEAD is now at a132182 3.0.5
Cloned https://github.com/The-Wand/Wand.git
Revision (git rev-parse @):
a132182b3ebe58d71fdeaab119a4a8e68805a6a4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/The-Wand/Wand.git at 3.0.5
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/The-Wand/Wand.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/The-Wand/Any.git
[1/277] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (0.74s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (1.61s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.3
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Wand/Wand.md
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/38] Emitting module Wand
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 | @inlinable
239 | public
240 | func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 | for (key, object) in args {
242 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 | let time: Int = Date().timeIntervalSince1970|
133 | let usec = time * USEC_PER_SEC|
| `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 | let usec = time * USEC_PER_SEC|
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
136 | request.httpMethod = "POST"
137 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 | }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'default'
152 | }
153 |
[4/42] Compiling Wand Counting.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[5/42] Compiling Wand Sequence.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[6/42] Compiling Wand Task.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[7/42] Compiling Wand Ask.Nil.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[8/42] Compiling Wand Ask.T.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[9/42] Compiling Wand Describing_Data.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[10/42] Compiling Wand Expecting.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[11/42] Compiling Wand Core+Wanded.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[12/42] Compiling Wand NW.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[13/42] Compiling Wand Obtainable.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[14/42] Compiling Wand &.swift
[15/42] Compiling Wand AndT.swift
[16/42] Compiling Wand AndU.swift
[17/42] Compiling Wand Operation.swift
[18/42] Compiling Wand ?.swift
[19/42] Compiling Wand Log.swift
[20/42] Compiling Wand Memory.swift
[21/42] Compiling Wand Addons.swift
[22/42] Compiling Wand All.swift
[23/42] Compiling Wand Any.swift
[24/42] Compiling Wand CoreGraphics_Convertable.swift
[25/42] Compiling Wand Numbers_Convertable.swift
[26/42] Compiling Wand String_Convertable.swift
[27/42] Compiling Wand Describing.swift
[28/42] Compiling Wand Describing_Character.swift
[29/42] Compiling Wand Ubiquitous.swift
[30/42] Compiling Wand WandFramerProtocol.swift
[31/42] Compiling Wand Wanded.swift
[32/42] Compiling Wand |.swift
[33/42] Compiling Wand Expressible.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[34/42] Compiling Wand ExpressibleByArray.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[35/42] Compiling Wand ExpressibleByDictionary.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[36/42] Compiling Wand Key.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[37/42] Compiling Wand Weak.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
[38/42] Compiling Wand Error.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 | @inlinable
239 | public
240 | func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 | for (key, object) in args {
242 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 | let time: Int = Date().timeIntervalSince1970|
133 | let usec = time * USEC_PER_SEC|
| `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 | let usec = time * USEC_PER_SEC|
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
136 | request.httpMethod = "POST"
137 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 | }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'default'
152 | }
153 |
[39/42] Compiling Wand Error?.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 | @inlinable
239 | public
240 | func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 | for (key, object) in args {
242 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 | let time: Int = Date().timeIntervalSince1970|
133 | let usec = time * USEC_PER_SEC|
| `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 | let usec = time * USEC_PER_SEC|
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
136 | request.httpMethod = "POST"
137 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 | }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'default'
152 | }
153 |
[40/42] Compiling Wand Option.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 | @inlinable
239 | public
240 | func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 | for (key, object) in args {
242 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 | let time: Int = Date().timeIntervalSince1970|
133 | let usec = time * USEC_PER_SEC|
| `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 | let usec = time * USEC_PER_SEC|
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
136 | request.httpMethod = "POST"
137 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 | }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'default'
152 | }
153 |
[41/42] Compiling Wand Ask.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 | @inlinable
239 | public
240 | func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 | for (key, object) in args {
242 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 | let time: Int = Date().timeIntervalSince1970|
133 | let usec = time * USEC_PER_SEC|
| `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 | let usec = time * USEC_PER_SEC|
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
136 | request.httpMethod = "POST"
137 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 | }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'default'
152 | }
153 |
[42/42] Compiling Wand Core.swift
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 | @inlinable
239 | public
240 | func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 | for (key, object) in args {
242 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 | @inlinable
225 | public
226 | func put<T>(sequence: T) where T == any Sequence {
| `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 | sequence.forEach { object in
228 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:133:27: error: cannot find 'USEC_PER_SEC' in scope
131 |
132 | let time: Int = Date().timeIntervalSince1970|
133 | let usec = time * USEC_PER_SEC|
| `- error: cannot find 'USEC_PER_SEC' in scope
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:135:23: error: cannot find 'URLRequest' in scope
133 | let usec = time * USEC_PER_SEC|
134 |
135 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
136 | request.httpMethod = "POST"
137 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
152 | }
153 |
/host/spi-builder-workspace/Sources/Wand/Core/Core.swift:151:36: error: cannot infer contextual base in reference to member 'default'
149 | ])
150 |
151 | URLSession(configuration: .default).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'default'
152 | }
153 |
BUILD FAILURE 6.3 android