Build Information
Failed to build CocoaCompose, reference main (b93583
), with Swift 6.0 for Linux on 25 Mar 2025 05:11:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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: 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 b935835 Align horizontal oriented views in PreferenceSection according to alignment of the main stack view.
Cloned https://github.com/PasiSalenius/CocoaCompose.git
Revision (git rev-parse @):
b9358350157092a71f076d57236bf90144eae693
SUCCESS checkout https://github.com/PasiSalenius/CocoaCompose.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/PasiSalenius/CocoaCompose.git
https://github.com/PasiSalenius/CocoaCompose.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "CocoaCompose",
"name" : "CocoaCompose",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CocoaCompose",
"targets" : [
"CocoaCompose"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CocoaComposeTests",
"module_type" : "SwiftTarget",
"name" : "CocoaComposeTests",
"path" : "Tests/CocoaComposeTests",
"sources" : [
"CocoaComposeTests.swift"
],
"target_dependencies" : [
"CocoaCompose"
],
"type" : "test"
},
{
"c99name" : "CocoaCompose",
"module_type" : "SwiftTarget",
"name" : "CocoaCompose",
"path" : "Sources/CocoaCompose",
"product_memberships" : [
"CocoaCompose"
],
"sources" : [
"Components/Box.swift",
"Components/Button.swift",
"Components/CalendarPicker.swift",
"Components/Checkbox.swift",
"Components/ClockPicker.swift",
"Components/ColorWell.swift",
"Components/DatePicker.swift",
"Components/FontPicker.swift",
"Components/Image.swift",
"Components/Label.swift",
"Components/Level.swift",
"Components/PopUp.swift",
"Components/Radio.swift",
"Components/ScrollView.swift",
"Components/Separator.swift",
"Components/Slider.swift",
"Components/Switch.swift",
"Components/Tabs.swift",
"Components/TextField.swift",
"Components/TextView.swift",
"Components/TimePicker.swift",
"Extensions/NSStackView+Extensions.swift",
"Extensions/NSView+Extensions.swift",
"Preferences/PreferenceBlock.swift",
"Preferences/PreferenceButtonSection.swift",
"Preferences/PreferenceGroup.swift",
"Preferences/PreferenceList.swift",
"Preferences/PreferenceSection.swift",
"Utils/ConstrainingStackView.swift",
"Utils/FlippedClipView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[4/33] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[5/33] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[6/33] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[7/33] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[8/33] Compiling CocoaCompose PreferenceSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[9/33] Compiling CocoaCompose ConstrainingStackView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[10/33] Compiling CocoaCompose FlippedClipView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[11/33] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[12/33] Compiling CocoaCompose NSStackView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[13/33] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[14/33] Compiling CocoaCompose PreferenceBlock.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[15/33] Compiling CocoaCompose PreferenceButtonSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[16/33] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[17/33] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[18/33] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[19/33] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[20/33] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[21/33] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[22/33] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[23/33] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[24/33] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[25/33] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[26/33] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[27/33] Compiling CocoaCompose ScrollView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[28/33] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[29/33] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[30/33] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[31/33] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[32/33] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[33/33] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/29] Emitting module CocoaCompose
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[3/32] Compiling CocoaCompose PreferenceButtonSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[4/32] Compiling CocoaCompose PreferenceGroup.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[5/32] Compiling CocoaCompose PreferenceList.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[6/32] Compiling CocoaCompose ClockPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[7/32] Compiling CocoaCompose ColorWell.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[8/32] Compiling CocoaCompose DatePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[9/32] Compiling CocoaCompose FontPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[10/32] Compiling CocoaCompose TimePicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[11/32] Compiling CocoaCompose NSStackView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[12/32] Compiling CocoaCompose NSView+Extensions.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[13/32] Compiling CocoaCompose PreferenceBlock.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[14/32] Compiling CocoaCompose Image.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[15/32] Compiling CocoaCompose Label.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[16/32] Compiling CocoaCompose Level.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[17/32] Compiling CocoaCompose PopUp.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[18/32] Compiling CocoaCompose Switch.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[19/32] Compiling CocoaCompose Tabs.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[20/32] Compiling CocoaCompose TextField.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[21/32] Compiling CocoaCompose TextView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[22/32] Compiling CocoaCompose Radio.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[23/32] Compiling CocoaCompose ScrollView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[24/32] Compiling CocoaCompose Separator.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[25/32] Compiling CocoaCompose Slider.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[26/32] Compiling CocoaCompose Box.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[27/32] Compiling CocoaCompose Button.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[28/32] Compiling CocoaCompose CalendarPicker.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[29/32] Compiling CocoaCompose Checkbox.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[30/32] Compiling CocoaCompose PreferenceSection.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[31/32] Compiling CocoaCompose ConstrainingStackView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
[32/32] Compiling CocoaCompose FlippedClipView.swift
/host/spi-builder-workspace/Sources/CocoaCompose/Components/Box.swift:1:8: error: no such module 'Cocoa'
1 | import Cocoa
| `- error: no such module 'Cocoa'
2 |
3 | public class Box: NSView {
BUILD FAILURE 6.0 linux