The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Vortex, reference main (e611ef), with Swift 6.1 for Linux on 2 May 2025 12:37:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Vortex.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/twostraws/Vortex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e611ef4 Merge pull request #31 from jackynb/fix/vortex-view-reader-cannot-read
Cloned https://github.com/twostraws/Vortex.git
Revision (git rev-parse @):
e611ef4396d4044a3026e2c2c6f8057e34432bf4
SUCCESS checkout https://github.com/twostraws/Vortex.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/twostraws/Vortex.git
https://github.com/twostraws/Vortex.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Vortex",
  "name" : "Vortex",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Vortex",
      "targets" : [
        "Vortex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VortexTests",
      "module_type" : "SwiftTarget",
      "name" : "VortexTests",
      "path" : "Tests/VortexTests",
      "sources" : [
        "VortexTests.swift"
      ],
      "target_dependencies" : [
        "Vortex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Vortex",
      "module_type" : "SwiftTarget",
      "name" : "Vortex",
      "path" : "Sources/Vortex",
      "product_memberships" : [
        "Vortex"
      ],
      "sources" : [
        "Helpers/Angle+Codable.swift",
        "Helpers/Array-InterpolatedColor.swift",
        "Helpers/Lerping.swift",
        "Helpers/RandomSpread.swift",
        "Presets/Confetti.swift",
        "Presets/Fire.swift",
        "Presets/Fireflies.swift",
        "Presets/Fireworks.swift",
        "Presets/Magic.swift",
        "Presets/Rain.swift",
        "Presets/Smoke.swift",
        "Presets/Snow.swift",
        "Presets/Spark.swift",
        "Presets/Splash.swift",
        "Resources/DefaultSymbols.swift",
        "System/Color.swift",
        "System/ColorMode.swift",
        "System/Particle.swift",
        "System/Shape.swift",
        "System/SpawnOccasion.swift",
        "System/VortexSystem-Behavior.swift",
        "System/VortexSystem.swift",
        "Views/VortexProxy.swift",
        "Views/VortexSystemPreferenceKey.swift",
        "Views/VortexView.swift",
        "Views/VortexViewReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Vortex/Resources/Assets.xcassets
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/26] Emitting module Vortex
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[4/29] Compiling Vortex VortexSystemPreferenceKey.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[5/29] Compiling Vortex VortexView.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[6/29] Compiling Vortex VortexViewReader.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[7/29] Compiling Vortex Confetti.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[8/29] Compiling Vortex Fire.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[9/29] Compiling Vortex Fireflies.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[10/29] Compiling Vortex Fireworks.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[11/29] Compiling Vortex Particle.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[12/29] Compiling Vortex Shape.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[13/29] Compiling Vortex SpawnOccasion.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[14/29] Compiling Vortex Angle+Codable.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[15/29] Compiling Vortex Array-InterpolatedColor.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[16/29] Compiling Vortex Lerping.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[17/29] Compiling Vortex RandomSpread.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[18/29] Compiling Vortex Magic.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[19/29] Compiling Vortex Rain.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[20/29] Compiling Vortex Smoke.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[21/29] Compiling Vortex VortexSystem-Behavior.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[22/29] Compiling Vortex VortexSystem.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[23/29] Compiling Vortex VortexProxy.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[24/29] Compiling Vortex DefaultSymbols.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[25/29] Compiling Vortex Color.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[26/29] Compiling Vortex ColorMode.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[27/29] Compiling Vortex Snow.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[28/29] Compiling Vortex Spark.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[29/29] Compiling Vortex Splash.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Vortex/Resources/Assets.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling Vortex Particle.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[3/25] Compiling Vortex Shape.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[4/25] Compiling Vortex SpawnOccasion.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[5/28] Compiling Vortex DefaultSymbols.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[6/28] Compiling Vortex Color.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[7/28] Compiling Vortex ColorMode.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[8/28] Compiling Vortex Confetti.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[9/28] Compiling Vortex Fire.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[10/28] Compiling Vortex Fireflies.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[11/28] Compiling Vortex Fireworks.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[12/28] Compiling Vortex Angle+Codable.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[13/28] Compiling Vortex Array-InterpolatedColor.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[14/28] Compiling Vortex Lerping.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[15/28] Compiling Vortex RandomSpread.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[16/28] Compiling Vortex Magic.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[17/28] Compiling Vortex Rain.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[18/28] Compiling Vortex Smoke.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[19/28] Compiling Vortex Snow.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[20/28] Compiling Vortex Spark.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[21/28] Compiling Vortex Splash.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[22/28] Compiling Vortex VortexSystemPreferenceKey.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[23/28] Compiling Vortex VortexView.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[24/28] Compiling Vortex VortexViewReader.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/28] Emitting module Vortex
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[26/28] Compiling Vortex VortexSystem-Behavior.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[27/28] Compiling Vortex VortexSystem.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
[28/28] Compiling Vortex VortexProxy.swift
/host/spi-builder-workspace/Sources/Vortex/Helpers/Angle+Codable.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// Store the radians value of Angle for decoding/encoding.
BUILD FAILURE 6.1 linux