Build Information
Failed to build AppIconSetGen, reference master (858437
), with Swift 6.0 for Linux on 31 Oct 2024 10:02:31 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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/abeintopalo/appiconsetgen.git
Reference: master
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/abeintopalo/appiconsetgen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 858437d Bump up version -> 0.0.2
Cloned https://github.com/abeintopalo/appiconsetgen.git
Revision (git rev-parse @):
858437d3f84bdb3858eb41e267c7cea5de42e506
SUCCESS checkout https://github.com/abeintopalo/appiconsetgen.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/abeintopalo/appiconsetgen.git
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Commander.git
[16/1588] Fetching commander
[208/2999] Fetching commander, pathkit
Fetched https://github.com/kylef/Commander.git from cache (0.26s)
Fetched https://github.com/kylef/PathKit.git from cache (0.27s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.07s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.19s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.49s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (2.07s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling Commander CommandType.swift
[7/23] Compiling Commander Group.swift
[8/23] Compiling Commander Command.swift
[9/23] Compiling Commander ArgumentParser.swift
[10/23] Compiling Commander ArgumentConvertible.swift
[11/23] Compiling Commander ArgumentDescription.swift
[12/23] Emitting module Commander
[13/23] Compiling Commander CommandRunner.swift
[14/23] Compiling Commander Commands.swift
[15/23] Compiling Commander Error.swift
[16/24] Emitting module PathKit
[17/24] Compiling PathKit PathKit.swift
[19/25] Wrapping AST for PathKit for debugging
[20/25] Wrapping AST for Commander for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/30] Emitting module AppIconSetGenCore
/host/spi-builder-workspace/Sources/AppIconSetGenCore/AppIconSet.swift:9:8: error: no such module 'Cocoa'
7 | //
8 |
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 | import Foundation
11 | import PathKit
[23/30] Compiling AppIconSetGenCore Utils.swift
/host/spi-builder-workspace/Sources/AppIconSetGenCore/AppIconSet.swift:9:8: error: no such module 'Cocoa'
7 | //
8 |
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 | import Foundation
11 | import PathKit
[24/30] Compiling AppIconSetGenCore AppIconSet.swift
/host/spi-builder-workspace/Sources/AppIconSetGenCore/AppIconSet.swift:9:8: error: no such module 'Cocoa'
7 | //
8 |
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 | import Foundation
11 | import PathKit
[25/30] Compiling AppIconSetGenCore NSImage+Extensions.swift
/host/spi-builder-workspace/Sources/AppIconSetGenCore/AppIconSet.swift:9:8: error: no such module 'Cocoa'
7 | //
8 |
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 | import Foundation
11 | import PathKit
[26/30] Compiling AppIconSetGenCore IconInfo.swift
/host/spi-builder-workspace/Sources/AppIconSetGenCore/AppIconSet.swift:9:8: error: no such module 'Cocoa'
7 | //
8 |
9 | import Cocoa
| `- error: no such module 'Cocoa'
10 | import Foundation
11 | import PathKit
BUILD FAILURE 6.0 linux