The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CocoaCompose with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PasiSalenius/CocoaCompose.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/PasiSalenius/CocoaCompose
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f2e8c5c Add enabled field to checkbox.
Cloned https://github.com/PasiSalenius/CocoaCompose.git
Revision (git rev-parse @):
f2e8c5c6c7bb0ef62f34751372dda35ea14b44b3
SUCCESS checkout https://github.com/PasiSalenius/CocoaCompose.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/PasiSalenius/CocoaCompose.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/24] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[2/24] Compiling CocoaCompose PreferenceBlock.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[3/24] Compiling CocoaCompose PreferenceButtonSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[4/27] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[5/27] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[6/27] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/27] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[8/27] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[9/27] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[10/27] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[11/27] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[12/27] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[13/27] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[14/27] Compiling CocoaCompose PreferenceSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[15/27] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[16/27] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[17/27] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[18/27] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[19/27] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[20/27] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[21/27] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[22/27] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[23/27] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[24/27] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[25/27] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[26/27] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[27/27] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/24] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[2/24] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[3/24] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/27] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[5/27] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[6/27] Compiling CocoaCompose PreferenceBlock.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[7/27] Compiling CocoaCompose PreferenceButtonSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[8/27] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[9/27] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[10/27] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[11/27] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[12/27] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[13/27] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[14/27] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[15/27] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[16/27] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[17/27] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[18/27] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[19/27] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[20/27] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[21/27] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[22/27] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[23/27] Compiling CocoaCompose PreferenceSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[24/27] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[25/27] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[26/27] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[27/27] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1