Build Information
Failed to build RealityActions, reference main (7882b8), with Swift 6.2 for Linux on 9 Oct 2025 14:42:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/migueldeicaza/RealityActions.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/migueldeicaza/RealityActions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7882b80 Merge pull request #8 from pkclsoft/main
Cloned https://github.com/migueldeicaza/RealityActions.git
Revision (git rev-parse @):
7882b80175a2466c942a24b3e99dfb4befcd5e46
SUCCESS checkout https://github.com/migueldeicaza/RealityActions.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/migueldeicaza/RealityActions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (18.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (20.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3541] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.81s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/63] Emitting module RealityActions
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[6/71] Compiling RealityActions ActionManager.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[7/71] Compiling RealityActions Action.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[8/71] Compiling RealityActions AmplitudeAction.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[9/71] Compiling RealityActions FiniteTimeAction.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[10/71] Compiling RealityActions Speed.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[11/71] Compiling RealityActions ActionEase.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[12/71] Compiling RealityActions EaseBackIn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[13/71] Compiling RealityActions EaseBackInOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[14/71] Compiling RealityActions EaseBackOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[15/71] Compiling RealityActions Blink.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[16/71] Compiling RealityActions DelayTime.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[17/71] Compiling RealityActions ExtraAction.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[18/71] Compiling RealityActions FadeIn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[19/71] Compiling RealityActions IntervalCall.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[20/71] Compiling RealityActions JumpBy.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[21/71] Compiling RealityActions JumpTo.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[22/71] Compiling RealityActions MoveBy.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[23/71] Compiling RealityActions Place.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[24/71] Compiling RealityActions RemoveSelf.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[25/71] Compiling RealityActions Show.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[26/71] Compiling RealityActions ToggleVisibility.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[27/71] Compiling RealityActions ActionTween.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[28/71] Compiling RealityActions ActionTweenEntity.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[29/71] Compiling RealityActions BezierBy.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[30/71] Compiling RealityActions BezierTo.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[31/71] Compiling RealityActions EaseSinOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[32/71] Compiling RealityActions EaseMath.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[33/71] Compiling RealityActions EntityExtensions.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[34/71] Compiling RealityActions ActionInstant.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[35/71] Compiling RealityActions ApplyTransform.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[36/71] Compiling RealityActions AsyncSupport.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[37/71] Compiling RealityActions Call.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[38/71] Compiling RealityActions Hide.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[39/71] Compiling RealityActions EaseBounceIn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[40/71] Compiling RealityActions EaseBounceInOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[41/71] Compiling RealityActions EaseBounceOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[42/71] Compiling RealityActions EaseCustom.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[43/71] Compiling RealityActions EaseElastic.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[44/71] Compiling RealityActions EaseElasticIn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[45/71] Compiling RealityActions EaseElasticInOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[46/71] Compiling RealityActions EaseElasticOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[47/71] Compiling RealityActions EaseExponentialIn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[48/71] Compiling RealityActions EaseExponentialInOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[49/71] Compiling RealityActions EaseExponentialOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[50/71] Compiling RealityActions EaseIn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[51/71] Compiling RealityActions EaseInOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[52/71] Compiling RealityActions EaseOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[53/71] Compiling RealityActions EaseRateAction.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[54/71] Compiling RealityActions EaseSinIn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[55/71] Compiling RealityActions EaseSinInOut.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[56/71] Compiling RealityActions MoveTo.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[57/71] Compiling RealityActions Parallel.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[58/71] Compiling RealityActions Repeat.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[59/71] Compiling RealityActions RepeatForever.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[60/71] Compiling RealityActions ReverseTime.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[61/71] Compiling RealityActions RotateAroundBy.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[62/71] Compiling RealityActions RotateBy.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[63/71] Compiling RealityActions RotateTo.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[64/71] Compiling RealityActions ScaleBy.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[65/71] Compiling RealityActions ScaleTo.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[66/71] Compiling RealityActions SequenceAction.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[67/71] Compiling RealityActions SequenceActionStateGlobal.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[68/71] Compiling RealityActions Spawn.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[69/71] Compiling RealityActions QuatMath.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[70/71] Compiling RealityActions RealityActions.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
[71/71] Compiling RealityActions SplineMath.swift
/host/spi-builder-workspace/Sources/RealityActions/ActionManager.swift:9:8: error: no such module 'RealityKit'
7 |
8 | import Foundation
9 | import RealityKit
| `- error: no such module 'RealityKit'
10 |
11 | /// This implement the action manager system that is registered with RealityKit
BUILD FAILURE 6.2 linux