Build Information
Failed to build RealityActions, reference main (d88487
), with Swift 6.0 for Linux on 15 Aug 2025 06:47:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.66.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 d88487c Merge pull request #7 from pkclsoft/main
Cloned https://github.com/migueldeicaza/RealityActions.git
Revision (git rev-parse @):
d88487c16345ba863247453aed7815d5e1cc1370
SUCCESS checkout https://github.com/migueldeicaza/RealityActions.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/migueldeicaza/RealityActions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.83s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3452] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.69s)
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
[2/2] Compiling plugin Swift-DocC Preview
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/62] 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/62] 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
[7/62] 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
[8/62] 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
[9/62] 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
[10/62] 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
[11/62] 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
[12/62] 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
[13/62] 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
[14/70] 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
[15/70] 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
[16/70] 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
[17/70] 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
[18/70] 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
[19/70] 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
[20/70] 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
[21/70] 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
[22/70] 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
[23/70] 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
[24/70] 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
[25/70] 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
[26/70] 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
[27/70] 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
[28/70] 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
[29/70] 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
[30/70] 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
[31/70] 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
[32/70] 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
[33/70] 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
[34/70] 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
[35/70] 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
[36/70] 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
[37/70] 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
[38/70] 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
[39/70] 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
[40/70] 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
[41/70] 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
[42/70] 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
[43/70] 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
[44/70] 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
[45/70] 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
[46/70] 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
[47/70] 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
[48/70] 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
[49/70] 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
[50/70] 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
[51/70] 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
[52/70] 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
[53/70] 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
[54/70] 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
[55/70] 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
[56/70] 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
[57/70] 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
[58/70] 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
[59/70] 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
[60/70] 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
[61/70] 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
[62/70] 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
[63/70] 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/70] 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/70] 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/70] 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/70] 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
[68/70] 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
[69/70] 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
[70/70] 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.0 linux