Build Information
Failed to build RealityUI, reference main (b359cb
), with Swift 6.1 for Linux on 28 Apr 2025 03:14:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxxfrazer/RealityUI.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/maxxfrazer/RealityUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b359cb4 Merge pull request #26 from maxxfrazer/visionos-readme
Cloned https://github.com/maxxfrazer/RealityUI.git
Revision (git rev-parse @):
b359cb4d0428ea75266929da710efb94a2ee7749
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/maxxfrazer/RealityUI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/maxxfrazer/RealityUI.git
https://github.com/maxxfrazer/RealityUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "RealityUI",
"name" : "RealityUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "RealityUI",
"targets" : [
"RealityUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RealityUITests",
"module_type" : "SwiftTarget",
"name" : "RealityUITests",
"path" : "Tests/RealityUITests",
"sources" : [
"RUIAnimationTests.swift",
"RUIButtonTests.swift",
"RUIDragButtonTests.swift",
"RUIDragSliderTests.swift",
"RUIGeometryTests.swift",
"RUISliderTests.swift",
"RUIStepperTests.swift",
"RUISwitchTests.swift",
"RUITextTests.swift",
"RUITextureTests.swift",
"RUITurnTests.swift",
"RealityUIGeneralTests.swift",
"RealityUIUtilityTests.swift"
],
"target_dependencies" : [
"RealityUI"
],
"type" : "test"
},
{
"c99name" : "RealityUI",
"module_type" : "SwiftTarget",
"name" : "RealityUI",
"path" : "Sources/RealityUI",
"product_memberships" : [
"RealityUI"
],
"sources" : [
"HasRUI.swift",
"RUIAnimations.swift",
"RUIButton.swift",
"RUIDragComponent+DragEvents.swift",
"RUIDragComponent.swift",
"RUIDragDelegate.swift",
"RUIDragGestureRecognizer+Mouse.swift",
"RUIDragGestureRecognizer+Touch.swift",
"RUIDragGestureRecognizer.swift",
"RUISlider.swift",
"RUIStepper.swift",
"RUISwitch.swift",
"RUITapComponent.swift",
"RUIText.swift",
"RUITexture.swift",
"RealityUI.swift",
"SwiftUI+RUIGestures.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Emitting module RealityUI
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[4/20] Compiling RealityUI RUIText.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[5/20] Compiling RealityUI RUITexture.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[6/20] Compiling RealityUI RUIDragComponent+DragEvents.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[7/20] Compiling RealityUI RUIDragComponent.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[8/20] Compiling RealityUI RUISwitch.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[9/20] Compiling RealityUI RUITapComponent.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[10/20] Compiling RealityUI RealityUI.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[11/20] Compiling RealityUI SwiftUI+RUIGestures.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[12/20] Compiling RealityUI RUIDragGestureRecognizer+Touch.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[13/20] Compiling RealityUI RUIDragGestureRecognizer.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[14/20] Compiling RealityUI RUIDragDelegate.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[15/20] Compiling RealityUI RUIDragGestureRecognizer+Mouse.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[16/20] Compiling RealityUI HasRUI.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[17/20] Compiling RealityUI RUIAnimations.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[18/20] Compiling RealityUI RUIButton.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[19/20] Compiling RealityUI RUISlider.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[20/20] Compiling RealityUI RUIStepper.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/17] Emitting module RealityUI
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[3/19] Compiling RealityUI RealityUI.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[4/19] Compiling RealityUI SwiftUI+RUIGestures.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[5/19] Compiling RealityUI RUIText.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[6/19] Compiling RealityUI RUITexture.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[7/19] Compiling RealityUI RUIDragComponent+DragEvents.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[8/19] Compiling RealityUI RUIDragComponent.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[9/19] Compiling RealityUI RUIDragGestureRecognizer+Touch.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[10/19] Compiling RealityUI RUIDragGestureRecognizer.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[11/19] Compiling RealityUI RUIDragDelegate.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[12/19] Compiling RealityUI RUIDragGestureRecognizer+Mouse.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[13/19] Compiling RealityUI RUISwitch.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[14/19] Compiling RealityUI RUITapComponent.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[15/19] Compiling RealityUI HasRUI.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[16/19] Compiling RealityUI RUIAnimations.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[17/19] Compiling RealityUI RUIButton.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[18/19] Compiling RealityUI RUISlider.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
[19/19] Compiling RealityUI RUIStepper.swift
/host/spi-builder-workspace/Sources/RealityUI/HasRUI.swift:9:8: error: no such module 'RealityKit'
7 | //
8 |
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 | import CoreGraphics
11 |
BUILD FAILURE 6.1 linux