Build Information
Failed to build CocoaCompose, reference v0.7.0 (9653b0
), with Swift 5.10 for Linux on 19 Mar 2025 16:20:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PasiSalenius/CocoaCompose.git
Reference: v0.7.0
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/PasiSalenius/CocoaCompose
* tag v0.7.0 -> FETCH_HEAD
HEAD is now at 9653b0b Fix setting item stack distribution in preference section.
Cloned https://github.com/PasiSalenius/CocoaCompose.git
Revision (git rev-parse @):
9653b0b6b46803bd8b23b55dea3a9e7156a7de18
SUCCESS checkout https://github.com/PasiSalenius/CocoaCompose.git at v0.7.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/PasiSalenius/CocoaCompose.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
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/30] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[4/33] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[5/33] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[6/33] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[7/33] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[8/33] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[9/33] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[10/33] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[11/33] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[12/33] Compiling CocoaCompose PreferenceSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[13/33] Compiling CocoaCompose ConstrainingStackView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[14/33] Compiling CocoaCompose FlippedClipView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[15/33] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[16/33] Compiling CocoaCompose ScrollView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[17/33] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[18/33] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[19/33] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[20/33] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[21/33] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[22/33] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[23/33] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[24/33] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[25/33] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[26/33] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[27/33] Compiling CocoaCompose PreferenceButtonSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[28/33] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[29/33] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[30/33] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[31/33] Compiling CocoaCompose NSStackView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[32/33] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
[33/33] Compiling CocoaCompose PreferenceBlock.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
^
error: fatalError
BUILD FAILURE 5.10 linux