The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwifterUI, reference main (0a9e2e), with Swift 5.10 for Linux on 30 Aug 2025 06:00:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CoderLineChan/SwiftlyUI.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/CoderLineChan/SwiftlyUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0a9e2eb Update README.md
Cloned https://github.com/CoderLineChan/SwiftlyUI.git
Revision (git rev-parse @):
0a9e2eb34af6a2248ea094116ae03c6417bbb87c
SUCCESS checkout https://github.com/CoderLineChan/SwiftlyUI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/CoderLineChan/SwiftlyUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
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/35] Emitting module SwiftlyUI
/host/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:136:51: warning: unrecognized platform name 'visionOS'
    @available(iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
                                                  ^
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[4/39] Compiling SwiftlyUI UIFont+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[5/39] Compiling SwiftlyUI UIImage+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[6/39] Compiling SwiftlyUI UIImageView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[7/39] Compiling SwiftlyUI UIInputView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[8/39] Compiling SwiftlyUI UILabel+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[9/39] Compiling SwiftlyUI UIPageControl+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[10/39] Compiling SwiftlyUI UIPickerView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[11/39] Compiling SwiftlyUI UIRefreshControl+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[12/39] Compiling SwiftlyUI UIScrollView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[13/39] Compiling SwiftlyUI UISearchBar+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[14/39] Compiling SwiftlyUI UITextView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[15/39] Compiling SwiftlyUI UIView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[16/39] Compiling SwiftlyUI UIVisualEffectView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[17/39] Compiling SwiftlyUI CAGradientLayer-SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[18/39] Compiling SwiftlyUI UISwitch+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[19/39] Compiling SwiftlyUI UITableView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[20/39] Compiling SwiftlyUI UITableViewCell+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[21/39] Compiling SwiftlyUI UITextField+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[22/39] Compiling SwiftlyUI UISegmentedControl+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[23/39] Compiling SwiftlyUI UISlider+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[24/39] Compiling SwiftlyUI UIStackView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[25/39] Compiling SwiftlyUI UIStepper+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[26/39] Compiling SwiftlyUI ForEach-SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[27/39] Compiling SwiftlyUI UIImage-SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[28/39] Compiling SwiftlyUI UIKitPreviewable-SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[29/39] Compiling SwiftlyUI UIView-SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[30/39] Compiling SwiftlyUI UIActivityIndicatorView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:136:51: warning: unrecognized platform name 'visionOS'
    @available(iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
                                                  ^
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[31/39] Compiling SwiftlyUI UIBackgroundConfiguration+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:136:51: warning: unrecognized platform name 'visionOS'
    @available(iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
                                                  ^
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[32/39] Compiling SwiftlyUI UIBarButtonItem+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:136:51: warning: unrecognized platform name 'visionOS'
    @available(iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
                                                  ^
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[33/39] Compiling SwiftlyUI UIButton+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:136:51: warning: unrecognized platform name 'visionOS'
    @available(iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
                                                  ^
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[34/39] Compiling SwiftlyUI UICollectionView+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift:136:51: warning: unrecognized platform name 'visionOS'
    @available(iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
                                                  ^
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[35/39] Compiling SwiftlyUI UICollectionViewCell+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[36/39] Compiling SwiftlyUI UICollectionViewFlowLayout+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[37/39] Compiling SwiftlyUI UIColor+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[38/39] Compiling SwiftlyUI UIControl+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
[39/39] Compiling SwiftlyUI UIDatePicker+SwiftlyUI.swift
/host/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift:33:20: error: attribute can only be applied to declarations, not types
extension UIView: @preconcurrency SwiftlyUIViewBuildingProtocol {
                  ~^~~~~~~~~~~~~~~
@preconcurrency
error: fatalError
BUILD FAILURE 5.10 linux