Build Information
Failed to build WandNetwork, reference 2.0.10 (5eecbb), with Swift 6.2 for Linux on 6 Mar 2026 08:56:39 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Network.git
Reference: 2.0.10
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/Network
* tag 2.0.10 -> FETCH_HEAD
HEAD is now at 5eecbb7 Update to Wand 2.0.10
Cloned https://github.com/The-Wand/Network.git
Revision (git rev-parse @):
5eecbb71ef0973d7467e459b91fdb43b27ba2e0e
SUCCESS checkout https://github.com/The-Wand/Network.git at 2.0.10
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/The-Wand/Network.git
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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/8965] Fetching wand
[450/9242] Fetching wand, any
Fetched https://github.com/The-Wand/Any.git from cache (0.71s)
Fetched https://github.com/The-Wand/Wand.git from cache (0.72s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (1.16s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.15 (0.42s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.3
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 2.0.15
warning: 'wand': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.md
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/30] Compiling Wand Describing_Data.swift
[5/30] Compiling Wand Expressible.swift
[6/30] Compiling Wand ExpressibleByArray.swift
[7/33] Compiling Wand Error.swift
[8/33] Compiling Wand Error?.swift
[9/33] Compiling Wand Option.swift
[10/33] Compiling Wand Ask.swift
[11/33] Compiling Wand Addons.swift
[12/33] Compiling Wand All.swift
[13/33] Compiling Wand Any.swift
[14/33] Compiling Wand Counting.swift
[15/33] Compiling Wand String_Convertible.swift
[16/33] Compiling Wand Describing.swift
[17/33] Compiling Wand Describing_Character.swift
[18/33] Compiling Wand ExpressibleByDictionary.swift
[19/33] Compiling Wand Log.swift
[20/33] Compiling Wand Memory.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/33] Compiling Wand State.swift
[22/33] Compiling Wand Weak.swift
[23/33] Compiling Wand Obtainable.swift
[24/33] Compiling Wand Ubiquitous.swift
[25/33] Emitting module Wand
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:120:36: error: cannot find 'USEC_PER_SEC' in scope
118 |
119 | let time = Date().timeIntervalSince1970
120 | let id = Int(time * Double(USEC_PER_SEC))
| `- error: cannot find 'USEC_PER_SEC' in scope
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:122:23: error: cannot find 'URLRequest' in scope
120 | let id = Int(time * Double(USEC_PER_SEC))
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
123 | request.httpMethod = "POST"
124 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
139 |
140 | }
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:36: error: cannot infer contextual base in reference to member 'background'
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'background'
139 |
140 | }
[26/33] Compiling Wand Wanded.swift
[27/33] Compiling Wand |.swift
[28/33] Compiling Wand CoreGraphics_Convertible.swift
[29/33] Compiling Wand Numbers_Convertible.swift
[30/33] Compiling Wand Asking.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:120:36: error: cannot find 'USEC_PER_SEC' in scope
118 |
119 | let time = Date().timeIntervalSince1970
120 | let id = Int(time * Double(USEC_PER_SEC))
| `- error: cannot find 'USEC_PER_SEC' in scope
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:122:23: error: cannot find 'URLRequest' in scope
120 | let id = Int(time * Double(USEC_PER_SEC))
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
123 | request.httpMethod = "POST"
124 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
139 |
140 | }
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:36: error: cannot infer contextual base in reference to member 'background'
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'background'
139 |
140 | }
[31/33] Compiling Wand AskingNil.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:120:36: error: cannot find 'USEC_PER_SEC' in scope
118 |
119 | let time = Date().timeIntervalSince1970
120 | let id = Int(time * Double(USEC_PER_SEC))
| `- error: cannot find 'USEC_PER_SEC' in scope
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:122:23: error: cannot find 'URLRequest' in scope
120 | let id = Int(time * Double(USEC_PER_SEC))
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
123 | request.httpMethod = "POST"
124 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
139 |
140 | }
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:36: error: cannot infer contextual base in reference to member 'background'
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'background'
139 |
140 | }
[32/33] Compiling Wand Core.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:120:36: error: cannot find 'USEC_PER_SEC' in scope
118 |
119 | let time = Date().timeIntervalSince1970
120 | let id = Int(time * Double(USEC_PER_SEC))
| `- error: cannot find 'USEC_PER_SEC' in scope
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:122:23: error: cannot find 'URLRequest' in scope
120 | let id = Int(time * Double(USEC_PER_SEC))
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
123 | request.httpMethod = "POST"
124 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
139 |
140 | }
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:36: error: cannot infer contextual base in reference to member 'background'
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'background'
139 |
140 | }
[33/33] Compiling Wand Key.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:120:36: error: cannot find 'USEC_PER_SEC' in scope
118 |
119 | let time = Date().timeIntervalSince1970
120 | let id = Int(time * Double(USEC_PER_SEC))
| `- error: cannot find 'USEC_PER_SEC' in scope
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:122:23: error: cannot find 'URLRequest' in scope
120 | let id = Int(time * Double(USEC_PER_SEC))
121 |
122 | var request = URLRequest(url: URL(string: "https://api.mixpanel.com/import")!)
| `- error: cannot find 'URLRequest' in scope
123 | request.httpMethod = "POST"
124 | request.addValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:9: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
139 |
140 | }
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:138:36: error: cannot infer contextual base in reference to member 'background'
136 | ])
137 |
138 | URLSession(configuration: .background(withIdentifier: "com.apple.wand")).dataTask(with: request).resume()
| `- error: cannot infer contextual base in reference to member 'background'
139 |
140 | }
BUILD FAILURE 6.2 linux