Build Information
Failed to build RealityActions, reference main (b7aeda
), with Swift 6.1 for Linux on 28 Apr 2025 00:22:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/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 b7aeda8 Merge pull request #4 from heckj/ios-compile-fix
Cloned https://github.com/migueldeicaza/RealityActions.git
Revision (git rev-parse @):
b7aeda8ae201181aee5213b127319930f77e0718
SUCCESS checkout https://github.com/migueldeicaza/RealityActions.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/migueldeicaza/RealityActions.git
https://github.com/migueldeicaza/RealityActions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "RealityActions",
"name" : "RealityActions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "RealityActions",
"targets" : [
"RealityActions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RealityActionsTests",
"module_type" : "SwiftTarget",
"name" : "RealityActionsTests",
"path" : "Tests/RealityActionsTests",
"sources" : [
"RealityActionsTests.swift"
],
"target_dependencies" : [
"RealityActions"
],
"type" : "test"
},
{
"c99name" : "RealityActions",
"module_type" : "SwiftTarget",
"name" : "RealityActions",
"path" : "Sources/RealityActions",
"product_memberships" : [
"RealityActions"
],
"sources" : [
"ActionManager.swift",
"Base/Action.swift",
"Base/AmplitudeAction.swift",
"Base/FiniteTimeAction.swift",
"Base/Speed.swift",
"Ease/ActionEase.swift",
"Ease/EaseBackIn.swift",
"Ease/EaseBackInOut.swift",
"Ease/EaseBackOut.swift",
"Ease/EaseBounceIn.swift",
"Ease/EaseBounceInOut.swift",
"Ease/EaseBounceOut.swift",
"Ease/EaseCustom.swift",
"Ease/EaseElastic.swift",
"Ease/EaseElasticIn.swift",
"Ease/EaseElasticInOut.swift",
"Ease/EaseElasticOut.swift",
"Ease/EaseExponentialIn.swift",
"Ease/EaseExponentialInOut.swift",
"Ease/EaseExponentialOut.swift",
"Ease/EaseIn.swift",
"Ease/EaseInOut.swift",
"Ease/EaseOut.swift",
"Ease/EaseRateAction.swift",
"Ease/EaseSinIn.swift",
"Ease/EaseSinInOut.swift",
"Ease/EaseSinOut.swift",
"EaseMath.swift",
"EntityExtensions.swift",
"Instants/ActionInstant.swift",
"Instants/ApplyTransform.swift",
"Instants/AsyncSupport.swift",
"Instants/Call.swift",
"Instants/Hide.swift",
"Instants/Place.swift",
"Instants/RemoveSelf.swift",
"Instants/Show.swift",
"Instants/ToggleVisibility.swift",
"Intervals/ActionTween.swift",
"Intervals/BezierBy.swift",
"Intervals/BezierTo.swift",
"Intervals/Blink.swift",
"Intervals/DelayTime.swift",
"Intervals/ExtraAction.swift",
"Intervals/FadeIn.swift",
"Intervals/IntervalCall.swift",
"Intervals/JumpBy.swift",
"Intervals/JumpTo.swift",
"Intervals/MoveBy.swift",
"Intervals/MoveTo.swift",
"Intervals/Parallel.swift",
"Intervals/Repeat.swift",
"Intervals/RepeatForever.swift",
"Intervals/ReverseTime.swift",
"Intervals/RotateAroundBy.swift",
"Intervals/RotateBy.swift",
"Intervals/RotateTo.swift",
"Intervals/ScaleBy.swift",
"Intervals/ScaleTo.swift",
"Intervals/SequenceAction.swift",
"Intervals/Spawn.swift",
"QuatMath.swift",
"RealityActions.swift",
"SplineMath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.63s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
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.3
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/61] 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/69] 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
[7/69] 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
[8/69] 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
[9/69] 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
[10/69] 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
[11/69] 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
[12/69] 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
[13/69] 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
[14/69] 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
[15/69] 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
[16/69] 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
[17/69] 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
[18/69] 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
[19/69] 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
[20/69] 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
[21/69] 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
[22/69] 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
[23/69] 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
[24/69] 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
[25/69] 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
[26/69] 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
[27/69] 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
[28/69] 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
[29/69] 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
[30/69] 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
[31/69] 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
[32/69] 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
[33/69] 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
[34/69] 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
[35/69] 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
[36/69] 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
[37/69] 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
[38/69] 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
[39/69] 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
[40/69] 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
[41/69] 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
[42/69] 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
[43/69] 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
[44/69] 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
[45/69] 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
[46/69] 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/69] 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/69] 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/69] 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/69] 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/69] 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/69] 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/69] 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/69] 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
[55/69] 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
[56/69] 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
[57/69] 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
[58/69] 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
[59/69] 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
[60/69] 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
[61/69] 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
[62/69] 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
[63/69] 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
[64/69] 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
[65/69] 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
[66/69] 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
[67/69] 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
[68/69] 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
[69/69] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/60] 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
[5/60] 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
[6/60] 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
[7/60] 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
[8/60] 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
[9/60] 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
[10/60] 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
[11/60] 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
[12/60] 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
[13/60] 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
[14/60] 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
[15/60] 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
[16/60] 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
[17/60] 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
[18/60] 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
[19/60] 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
[20/68] 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
[21/68] 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
[22/68] 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
[23/68] 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
[24/68] 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
[25/68] 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
[26/68] 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
[27/68] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/68] 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
[29/68] 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
[30/68] 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
[31/68] 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
[32/68] 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
[33/68] 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
[34/68] 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
[35/68] 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
[36/68] 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
[37/68] 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
[38/68] 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
[39/68] 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
[40/68] 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
[41/68] 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
[42/68] 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
[43/68] 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
[44/68] 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
[45/68] 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
[46/68] 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
[47/68] 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
[48/68] 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
[49/68] 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
[50/68] 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
[51/68] 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
[52/68] 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
[53/68] 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
[54/68] 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
[55/68] 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
[56/68] 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
[57/68] 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
[58/68] 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
[59/68] 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
[60/68] 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
[61/68] 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
[62/68] 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
[63/68] 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
[64/68] 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
[65/68] 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
[66/68] 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
[67/68] 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
[68/68] 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.1 linux