Build Information
Failed to build Cosmos, reference master (aebcb0
), with Swift 5.10 for Linux on 10 Jul 2025 17:59:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/evgenyneu/Cosmos.git
Reference: master
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/evgenyneu/Cosmos
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at aebcb0e Merge pull request #205 from funnel20/funnel20-objc-bridge
Cloned https://github.com/evgenyneu/Cosmos.git
Revision (git rev-parse @):
aebcb0e3ee9631845d9be8cf628e819bb3a01570
SUCCESS checkout https://github.com/evgenyneu/Cosmos.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/evgenyneu/Cosmos.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/CosmosTests/Images/96px.png
/host/spi-builder-workspace/CosmosTests/Info.plist
/host/spi-builder-workspace/CosmosTests/Images/35px.jpg
/host/spi-builder-workspace/CosmosTests/Images/67px.png
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/Cosmos/Info.plist
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling Cosmos CosmosSettings.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[5/18] Compiling Cosmos CosmosSize.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[6/20] Compiling Cosmos RightToLeft.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[7/20] Compiling Cosmos StarFillMode.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[8/20] Compiling Cosmos CosmosText.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[9/20] Compiling Cosmos CosmosTouch.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[10/20] Compiling Cosmos CosmosView.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[11/20] Compiling Cosmos CosmosTouchTarget.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[12/20] Compiling Cosmos StarLayer.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[13/20] Compiling Cosmos resource_bundle_accessor.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/20] Emitting module Cosmos
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[15/20] Compiling Cosmos CosmosLayerHelper.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[16/20] Compiling Cosmos CosmosLayers.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[17/20] Compiling Cosmos CosmosAccessibility.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[18/20] Compiling Cosmos CosmosDefaultSettings.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[19/20] Compiling Cosmos CosmosLocalizedRating.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[20/20] Compiling Cosmos CosmosRating.swift
/host/spi-builder-workspace/Cosmos/CosmosAccessibility.swift:1:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.10 linux