The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AppIconSetGen, reference master (858437), with Swift 6.2 (beta) for Linux on 17 Jun 2025 23:52:35 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Commander.git
[1/1588] Fetching commander
[1589/2999] Fetching commander, pathkit
Fetched https://github.com/kylef/Commander.git from cache (0.61s)
Fetched https://github.com/kylef/PathKit.git from cache (0.62s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.10s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.24s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.73s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (3.74s)
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
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling Commander Command.swift
[7/22] Compiling Commander CommandRunner.swift
[8/23] Compiling Commander Group.swift
[9/23] Compiling PathKit PathKit.swift
[10/23] Emitting module PathKit
[12/24] Compiling Commander ArgumentParser.swift
[13/24] Compiling Commander ArgumentConvertible.swift
[14/24] Compiling Commander ArgumentDescription.swift
[15/24] Emitting module Commander
[16/24] Compiling Commander CommandType.swift
[17/24] Compiling Commander Error.swift
[17/24] Wrapping AST for PathKit for debugging
[19/24] Compiling Commander Commands.swift
[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 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
[24/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
[25/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
[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.2 linux