The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CocoaCompose with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/PasiSalenius/CocoaCompose.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
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/24] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[4/27] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[5/27] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[6/27] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[7/27] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[8/27] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[9/27] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[10/27] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[11/27] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[12/27] Compiling CocoaCompose PreferenceSection.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 Slider.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 NSView+Extensions.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 TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[22/27] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[23/27] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[24/27] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[25/27] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[26/27] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[27/27] Compiling CocoaCompose ColorWell.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...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[3/23] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[4/23] Compiling CocoaCompose PopUp.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)
[5/23] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[6/26] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[7/26] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[8/26] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[9/26] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[10/26] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[11/26] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[12/26] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[13/26] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[14/26] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[15/26] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[16/26] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[17/26] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[18/26] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[19/26] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[20/26] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[21/26] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[22/26] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[23/26] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[24/26] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[25/26] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
import Cocoa
       ^
[26/26] Compiling CocoaCompose PreferenceSection.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

Build Machine: Linux 2