Build Information
Failed to build Astroject, reference main (c4e81b), with Swift 6.3 for Wasm on 16 Apr 2026 06:27:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/astro-bytes/Astroject.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/astro-bytes/Astroject
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c4e81bb chore: fix the Assembly Deprecated Initializer to use new Methods (#4)
Cloned https://github.com/astro-bytes/Astroject.git
Revision (git rev-parse @):
c4e81bbc258122345976b14eb662edfa27689d3b
SUCCESS checkout https://github.com/astro-bytes/Astroject.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/astro-bytes/Astroject.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
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/24] Emitting module AstrojectCore
/host/spi-builder-workspace/Sources/Core/Instances/Graph.swift:24:31: error: cannot find 'DispatchQueue' in scope
22 | /// All operations that read from or write to `storage` are performed within this queue
23 | /// to ensure thread safety and prevent race conditions.
24 | private let serialQueue = DispatchQueue(label: "com.astrobytes.astroject.graph.instance")
| `- error: cannot find 'DispatchQueue' in scope
25 |
26 | public init() {}
[7/26] Compiling AstrojectCore Weak.swift
[8/26] Compiling AstrojectCore ArgumentRegistration.swift
[9/26] Compiling AstrojectCore ResolutionContext.swift
[10/26] Compiling AstrojectCore Resolver.swift
[11/26] Compiling AstrojectCore Registrable.swift
[12/26] Compiling AstrojectCore Registration.swift
[13/26] Compiling AstrojectCore Instance.swift
[14/26] Compiling AstrojectCore Singleton.swift
[15/26] Compiling AstrojectCore Transient.swift
[16/26] Compiling AstrojectCore Behavior.swift
[17/26] Compiling AstrojectCore Container.swift
[18/26] Compiling AstrojectCore Empty.swift
[19/26] Compiling AstrojectCore Assembler.swift
/host/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:309:24: warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
307 | try self.assemblies.forEach {
308 | try $0.preassemble()
309 | try $0.preloaded()
| `- warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
310 | }
311 |
/host/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:316:24: warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
314 | try self.assemblies.forEach {
315 | try $0.postAssemble(resolver: self.resolver)
316 | try $0.loaded(resolver: self.resolver)
| `- warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
317 | }
318 | } catch {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/26] Compiling AstrojectCore Assembly.swift
/host/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:309:24: warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
307 | try self.assemblies.forEach {
308 | try $0.preassemble()
309 | try $0.preloaded()
| `- warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
310 | }
311 |
/host/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:316:24: warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
314 | try self.assemblies.forEach {
315 | try $0.postAssemble(resolver: self.resolver)
316 | try $0.loaded(resolver: self.resolver)
| `- warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
317 | }
318 | } catch {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[21/26] Compiling AstrojectCore AstrojectError.swift
/host/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:309:24: warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
307 | try self.assemblies.forEach {
308 | try $0.preassemble()
309 | try $0.preloaded()
| `- warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
310 | }
311 |
/host/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:316:24: warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
314 | try self.assemblies.forEach {
315 | try $0.postAssemble(resolver: self.resolver)
316 | try $0.loaded(resolver: self.resolver)
| `- warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
317 | }
318 | } catch {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[22/26] Compiling AstrojectCore RegistrationKey.swift
[23/26] Compiling AstrojectCore Context.swift
[24/26] Compiling AstrojectCore Factory.swift
/host/spi-builder-workspace/Sources/Core/Instances/Graph.swift:24:31: error: cannot find 'DispatchQueue' in scope
22 | /// All operations that read from or write to `storage` are performed within this queue
23 | /// to ensure thread safety and prevent race conditions.
24 | private let serialQueue = DispatchQueue(label: "com.astrobytes.astroject.graph.instance")
| `- error: cannot find 'DispatchQueue' in scope
25 |
26 | public init() {}
[25/26] Compiling AstrojectCore DisposableSingleton.swift
/host/spi-builder-workspace/Sources/Core/Instances/Graph.swift:24:31: error: cannot find 'DispatchQueue' in scope
22 | /// All operations that read from or write to `storage` are performed within this queue
23 | /// to ensure thread safety and prevent race conditions.
24 | private let serialQueue = DispatchQueue(label: "com.astrobytes.astroject.graph.instance")
| `- error: cannot find 'DispatchQueue' in scope
25 |
26 | public init() {}
[26/26] Compiling AstrojectCore Graph.swift
/host/spi-builder-workspace/Sources/Core/Instances/Graph.swift:24:31: error: cannot find 'DispatchQueue' in scope
22 | /// All operations that read from or write to `storage` are performed within this queue
23 | /// to ensure thread safety and prevent race conditions.
24 | private let serialQueue = DispatchQueue(label: "com.astrobytes.astroject.graph.instance")
| `- error: cannot find 'DispatchQueue' in scope
25 |
26 | public init() {}
BUILD FAILURE 6.3 wasm