The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CocoaCompose with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PasiSalenius/CocoaCompose.git
Reference: v0.5.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.5.0     -> FETCH_HEAD
HEAD is now at 90dcef6 Fix preference section alignment.
Cloned https://github.com/PasiSalenius/CocoaCompose.git
Revision (git rev-parse @):
90dcef6d11eccd4c6b938d6a6a227a08d4625181
SUCCESS checkout https://github.com/PasiSalenius/CocoaCompose.git at v0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
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.8-latest swift build 2>&1
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/22] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[2/25] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[3/25] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[4/25] Compiling CocoaCompose PreferenceSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[5/25] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[6/25] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[7/25] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[8/25] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[9/25] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[10/25] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[11/25] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[12/25] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[13/25] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[14/25] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[15/25] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[16/25] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[17/25] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[18/25] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[19/25] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[20/25] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[21/25] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[22/25] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[23/25] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[24/25] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[25/25] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/22] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[2/25] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[3/25] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[4/25] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[5/25] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[6/25] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[7/25] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[8/25] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[9/25] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[10/25] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[11/25] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[12/25] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[13/25] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[14/25] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[15/25] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[16/25] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[17/25] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[18/25] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[19/25] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[20/25] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[21/25] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[22/25] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[23/25] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[24/25] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[25/25] Compiling CocoaCompose PreferenceSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
BUILD FAILURE 5.8 linux

Build Machine: Linux 1