Build Information
Failed to build LCARSDisplayKit, reference 3.0.0-beta.3 (c30da6), with Swift 6.3 for Wasm on 11 Apr 2026 03:10:28 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/richardpiazza/LCARSDisplayKit.git
Reference: 3.0.0-beta.3
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/richardpiazza/LCARSDisplayKit
* tag 3.0.0-beta.3 -> FETCH_HEAD
HEAD is now at c30da6a Control Components (#7)
Cloned https://github.com/richardpiazza/LCARSDisplayKit.git
Revision (git rev-parse @):
c30da6a71eea5b5e3fb777fce4dd529515c35c12
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/LCARSDisplayKit.git at 3.0.0-beta.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/richardpiazza/LCARSDisplayKit.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
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/richardpiazza/GraphPoint.git
[1/597] Fetching graphpoint
[127/790] Fetching graphpoint, swiftcolor
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (0.25s)
Fetched https://github.com/richardpiazza/GraphPoint.git from cache (0.25s)
Computing version for https://github.com/richardpiazza/GraphPoint.git
Computed https://github.com/richardpiazza/GraphPoint.git at 5.1.0 (1.18s)
Fetching https://github.com/richardpiazza/Swift2D
[1/310] Fetching swift2d
Fetched https://github.com/richardpiazza/Swift2D from cache (0.24s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.3.2 (1.17s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.2.1 (0.47s)
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at 5.1.0
Creating working copy for https://github.com/richardpiazza/Swift2D
Working copy of https://github.com/richardpiazza/Swift2D resolved at 2.2.1
Creating working copy for https://github.com/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.3.2
Building for debugging...
[0/9] Copying beep2.m4a
[0/9] Copying beep1.m4a
[2/9] Copying Swiss 911 Ultra Compressed BT.ttf
[3/9] Copying beep3.m4a
[4/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/28] Compiling Swift2D Size.swift
[11/28] Compiling SwiftColor Clamping.swift
[12/28] Compiling SwiftColor ColorSpace.swift
[13/28] Compiling SwiftColor Pigment+AppKit.swift
[14/28] Compiling SwiftColor Pigment+CoreGraphics.swift
[15/28] Emitting module SwiftColor
[16/29] Compiling SwiftColor Pigment+SwiftUI.swift
[17/29] Compiling SwiftColor Pigment+UIKit.swift
[18/29] Compiling SwiftColor Pigment+Float.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 | hex: Int
133 | ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 | let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
| `- error: integer literal '4278190080' overflows when stored into 'Int'
135 | let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 | let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[19/29] Compiling SwiftColor Pigment+Hex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 | hex: Int
133 | ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 | let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
| `- error: integer literal '4278190080' overflows when stored into 'Int'
135 | let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 | let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[20/29] Compiling Swift2D Rect.swift
[21/29] Compiling Swift2D Rect+CoreGraphics.swift
[22/29] Compiling Swift2D Size+CoreGraphics.swift
[23/29] Compiling Swift2D Point.swift
[24/29] Emitting module Swift2D
[25/29] Compiling Swift2D Point+CoreGraphics.swift
[26/30] Compiling SwiftColor Pigment+Int.swift
[27/30] Compiling SwiftColor Pigment+Name.swift
[28/30] Compiling SwiftColor Pigment+String.swift
[30/39] Compiling SwiftColor Pigment.swift
[31/39] Compiling GraphPoint Radian.swift
BUILD FAILURE 6.3 wasm