The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FuturedKit, reference main (cfc434), with Swift 6.2 for Linux on 18 Apr 2026 16:21:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FuturedKit.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/futuredapp/FuturedKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cfc434f Merge pull request #62 from futuredapp/cleanup/remove-legacy-image-pickers
Cloned https://github.com/futuredapp/FuturedKit.git
Revision (git rev-parse @):
cfc434fa9cc80755cc26a77fac1a5cfbac600218
SUCCESS checkout https://github.com/futuredapp/FuturedKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/futuredapp/FuturedKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/futuredapp/futured-macros
[1/322] Fetching futured-macros
Fetched https://github.com/futuredapp/futured-macros from cache (0.24s)
Computing version for https://github.com/futuredapp/futured-macros
Computed https://github.com/futuredapp/futured-macros at 0.2.0 (0.60s)
Fetching https://github.com/apple/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.00s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (6.25s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/futuredapp/futured-macros
Working copy of https://github.com/futuredapp/futured-macros resolved at 0.2.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.36s)
Building for debugging...
[0/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling EnumIdentableMacros Plugin.swift
[9/21] Emitting module ProxyMembersMacros
[10/21] Compiling ProxyMembersMacros ProxyMembersMacro.swift
[11/22] Wrapping AST for ProxyMembersMacros for debugging
[12/22] Write Objects.LinkFileList
[13/22] Linking ProxyMembersMacros-tool
[15/24] Emitting module ProxyMembers
[16/24] Compiling ProxyMembers ProxyMembers.swift
[18/25] Compiling EnumIdentableMacros MemberExpansion.swift
[19/25] Compiling EnumIdentableMacros EnumIdentableMacro.swift
[20/25] Compiling EnumIdentableMacros Diagnostics.swift
[21/25] Emitting module EnumIdentableMacros
[22/25] Compiling EnumIdentableMacros ExtensionExpansion.swift
[23/26] Wrapping AST for EnumIdentableMacros for debugging
[24/26] Write Objects.LinkFileList
[25/26] Linking EnumIdentableMacros-tool
[27/28] Emitting module EnumIdentable
[28/28] Compiling EnumIdentable EnumIdentable.swift
[30/37] Compiling FuturedArchitecture NavigationStackFlow.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/38] Emitting module FuturedArchitecture
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[32/38] Compiling FuturedArchitecture AlertModel.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[33/38] Compiling FuturedArchitecture AlertModifier.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[34/38] Compiling FuturedArchitecture ComponentModel.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[35/38] Compiling FuturedArchitecture DataCache.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[36/38] Compiling FuturedArchitecture ModalCoverModel.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[37/38] Compiling FuturedArchitecture TabViewFlow.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[38/38] Compiling FuturedArchitecture Coordinator.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
BUILD FAILURE 6.2 linux