The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LCARSDisplayKit, reference main (c30da6), with Swift 6.1 for Wasm on 7 Dec 2025 23:52:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/LCARSDisplayKit.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/richardpiazza/LCARSDisplayKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/LCARSDisplayKit.git
https://github.com/richardpiazza/LCARSDisplayKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphpoint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/GraphPoint.git"
    },
    {
      "identity" : "swiftcolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftColor.git"
    }
  ],
  "manifest_display_name" : "LCARSDisplayKit",
  "name" : "LCARSDisplayKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "LCARSDisplayKit",
      "targets" : [
        "LCARSDisplayKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LCARSDisplayKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitTests",
      "path" : "Tests/LCARSDisplayKitTests",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "sources" : [
        "DirectionClusterTests.swift",
        "GenericTests.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCARSDisplayKit",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKit",
      "path" : "Sources/LCARSDisplayKit",
      "product_dependencies" : [
        "GraphPoint",
        "SwiftColor"
      ],
      "product_memberships" : [
        "LCARSDisplayKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/Swiss 911 Ultra Compressed BT.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep1.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep2.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep3.m4a",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CartesianIdentifiable.swift",
        "CartesianIdentifier.swift",
        "CartesianPlaceable.swift",
        "CartesianValues.swift",
        "ControlAppearance.swift",
        "ControlBehavior.swift",
        "Controls/CrescentControl.swift",
        "Controls/CruxControl.swift",
        "Controls/DirectionControl.swift",
        "Controls/EdgedCrescentControl.swift",
        "Controls/ElbowControl.swift",
        "Controls/ObroundControl.swift",
        "Controls/WedgeControl.swift",
        "Extensions/Arc+LCARSDisplayKit.swift",
        "Extensions/Bundle+LCARSDisplayKit.swift",
        "Extensions/CGMutablePath+LCARSDisplayKit.swift",
        "Extensions/CTFont+LCARSDisplayKit.swift",
        "Extensions/CartesianFrame+LCARSDisplayKit.swift",
        "Extensions/Font+LCARSDisplayKit.swift",
        "Extensions/Pigment+LCARSDisplayKit.swift",
        "Extensions/Size+LCARSDisplayKit.swift",
        "Radial.swift",
        "Rounding.swift",
        "Scaler.swift",
        "Shapes/Crescent.swift",
        "Shapes/Crux.swift",
        "Shapes/Direction.swift",
        "Shapes/EdgedCrescent.swift",
        "Shapes/Elbow+PathConvertible.swift",
        "Shapes/Elbow.swift",
        "Shapes/Obround+PathConvertible.swift",
        "Shapes/Obround.swift",
        "Shapes/Wedge.swift",
        "SizeConvertible.swift",
        "UI/BehaviorsKey.swift",
        "UI/CartesianControl.swift",
        "UI/CartesianShape.swift",
        "UI/CartesianShapeView.swift",
        "UI/DPadClusterCompactView.swift",
        "UI/DPadClusterExtendedView.swift",
        "UI/DPadClusterView.swift",
        "UI/DPadView.swift",
        "UI/ElbowView.swift",
        "UI/ObroundView.swift",
        "UI/PathButtonStyle.swift",
        "UI/PathConvertible.swift",
        "UI/PathConvertibleView.swift",
        "UI/ShapedCrescent.swift",
        "UI/Theme.swift",
        "UI/Theme2360s.swift",
        "UI/ThemeCompact2370s.swift",
        "UI/ThemeKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/richardpiazza/GraphPoint.git
[1/178] Fetching swiftcolor
[169/775] Fetching swiftcolor, graphpoint
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (0.21s)
Fetched https://github.com/richardpiazza/GraphPoint.git from cache (0.22s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.3.1 (0.73s)
Computing version for https://github.com/richardpiazza/GraphPoint.git
Computed https://github.com/richardpiazza/GraphPoint.git at 5.1.0 (0.50s)
Fetching https://github.com/richardpiazza/Swift2D
[1/274] Fetching swift2d
Fetched https://github.com/richardpiazza/Swift2D from cache (0.20s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.2.1 (0.68s)
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.1
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at 5.1.0
Building for debugging...
[0/9] Write sources
[1/9] Copying beep2.m4a
[3/9] Copying beep3.m4a
[3/9] Write sources
[3/9] Copying beep1.m4a
[6/9] Write sources
[7/9] Copying Swiss 911 Ultra Compressed BT.ttf
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/28] Compiling Swift2D Size.swift
[11/28] Compiling SwiftColor Pigment+SwiftUI.swift
[12/28] Compiling SwiftColor Pigment+UIKit.swift
[13/29] Compiling SwiftColor Pigment+Int.swift
[14/29] Compiling SwiftColor Pigment+Name.swift
[15/29] Compiling SwiftColor Pigment+String.swift
[16/29] Compiling SwiftColor Pigment+Float.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:127:33: error: integer literal '4278190080' overflows when stored into 'Int'
125 |         hex: Int
126 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
127 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
128 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
129 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[17/29] Compiling SwiftColor Pigment+Hex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:127:33: error: integer literal '4278190080' overflows when stored into 'Int'
125 |         hex: Int
126 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
127 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
128 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
129 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[18/29] Compiling SwiftColor Clamping.swift
[19/29] Compiling SwiftColor ColorSpace.swift
[20/29] Compiling SwiftColor Pigment+AppKit.swift
[21/29] Compiling SwiftColor Pigment+CoreGraphics.swift
[22/29] Emitting module SwiftColor
[23/29] Compiling Swift2D Point+CoreGraphics.swift
[24/29] Emitting module Swift2D
[25/29] Compiling Swift2D Rect.swift
[26/29] Compiling Swift2D Point.swift
[27/29] Compiling Swift2D Rect+CoreGraphics.swift
[28/29] Compiling Swift2D Size+CoreGraphics.swift
[30/30] Compiling SwiftColor Pigment.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/20] Compiling SwiftColor Pigment+UIKit.swift
[3/21] Compiling SwiftColor Pigment+SwiftUI.swift
[4/21] Emitting module Swift2D
[5/21] Compiling SwiftColor Pigment+String.swift
[6/21] Compiling Swift2D Size+CoreGraphics.swift
[7/21] Compiling Swift2D Size.swift
[8/21] Compiling SwiftColor Pigment.swift
[9/21] Compiling Swift2D Point+CoreGraphics.swift
[10/21] Compiling Swift2D Rect+CoreGraphics.swift
[11/21] Compiling Swift2D Point.swift
[12/21] Compiling Swift2D Rect.swift
[14/31] Compiling SwiftColor Pigment+AppKit.swift
[15/31] Compiling SwiftColor Pigment+CoreGraphics.swift
[16/31] Compiling SwiftColor Pigment+Int.swift
[17/31] Compiling SwiftColor Pigment+Name.swift
[18/31] Emitting module SwiftColor
[19/31] Compiling GraphPoint Arc.swift
[20/31] Compiling GraphPoint CartesianFrame.swift
[21/31] Compiling SwiftColor Pigment+Float.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:127:33: error: integer literal '4278190080' overflows when stored into 'Int'
125 |         hex: Int
126 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
127 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
128 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
129 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[22/31] Compiling SwiftColor Pigment+Hex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:127:33: error: integer literal '4278190080' overflows when stored into 'Int'
125 |         hex: Int
126 |     ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
127 |         let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
    |                                 `- error: integer literal '4278190080' overflows when stored into 'Int'
128 |         let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
129 |         let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[23/31] Compiling GraphPoint Radian.swift
BUILD FAILURE 6.1 wasm