The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SLAY, reference main (fd0021), with Swift 6.3 for Linux on 17 Apr 2026 07:46:10 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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RadiusDay/SLAY.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/RadiusDay/SLAY
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd00219 chore: remove stray debug print from ScrollGroup
Cloned https://github.com/RadiusDay/SLAY.git
Revision (git rev-parse @):
fd002195b0e367be41357d138ef9101d3ab83fba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RadiusDay/SLAY.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/RadiusDay/SLAY.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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling SLAY LayoutDirection.swift
[6/19] Compiling SLAY LayoutEngine.swift
[7/21] Compiling SLAY Axis.swift
[8/21] Compiling SLAY LayoutDimention.swift
[9/21] Emitting module SLAY
[10/21] Compiling SLAY ListLayoutSystem.swift
[11/21] Compiling SLAY PropertySignal.swift
[12/21] Compiling SLAY LayoutInsets.swift
[13/21] Compiling SLAY LayoutSystem.swift
[14/21] Compiling SLAY SyntheticUIObjectWithChildren.swift
[15/21] Compiling SLAY UIObject.swift
[16/21] Compiling SLAY SignalEmitter.swift
[17/21] Compiling SLAY SyntheticUIObject.swift
[18/21] Compiling SLAY AbsoluteLayoutSystem.swift
[19/21] Compiling SLAY AspectRatio.swift
[20/21] Compiling SLAY UniqueID.swift
[21/21] Compiling SLAY Vector2.swift
[23/30] Compiling SLAYUI GroupProtocol.swift
[24/31] Compiling SLAYUI TextProtocol.swift
[25/31] Compiling SLAYUI Font.swift
[26/31] Compiling SLAYUI ScrollGroup.swift
[27/31] Compiling SLAYUI ScrollGroupProtocol.swift
[28/31] Compiling SLAYUI Text.swift
[29/31] Emitting module SLAYUI
[30/31] Compiling SLAYUI Group.swift
[31/31] Compiling SLAYUI Color.swift
[33/40] Compiling SLAYUIAppKit Color.swift
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
[34/40] Compiling SLAYUIAppKit AppKitRenderable.swift
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/40] Emitting module SLAYUIAppKit
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
[36/40] Compiling SLAYUIAppKit SLAYAppKitView.swift
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
[37/40] Compiling SLAYUIAppKit Text.swift
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
[38/40] Compiling SLAYUIAppKit ScrollGroup.swift
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
[39/40] Compiling SLAYUIAppKit Font.swift
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
[40/40] Compiling SLAYUIAppKit Group.swift
/host/spi-builder-workspace/Sources/SLAYUIAppKit/AppKitRenderable.swift:1:8: error: no such module 'AppKit'
 1 | import AppKit
   |        `- error: no such module 'AppKit'
 2 | import SLAY
 3 |
BUILD FAILURE 6.3 linux