Build Information
Failed to build Dkst with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theolampert/dkst.git
Reference: 1.0.3
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/theolampert/dkst
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at b24d7c3 Remaining help text, add ability to get and set slide index
Cloned https://github.com/theolampert/dkst.git
Revision (git rev-parse @):
b24d7c35eaf2b2e5bd55ba82bcdb0560459b64ca
SUCCESS checkout https://github.com/theolampert/dkst.git at 1.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/theolampert/dkst.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/kylef/Commander
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[1022/2609] Fetching spectre, commander
Fetched https://github.com/kylef/Commander (0.22s)
Fetched https://github.com/kylef/Spectre.git (0.22s)
Computing version for https://github.com/kylef/Commander
Computed https://github.com/kylef/Commander at 0.8.0 (0.94s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.37s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/kylef/Commander
Working copy of https://github.com/kylef/Commander resolved at 0.8.0
Building for debugging...
[1/13] Emitting module Commander
[2/13] Compiling Commander ArgumentConvertible.swift
[3/13] Compiling Commander ArgumentDescription.swift
[4/14] Compiling Commander Command.swift
[5/14] Compiling Commander ArgumentParser.swift
[6/14] Compiling Commander Group.swift
[7/14] Compiling Commander Commands.swift
[8/14] Compiling Commander CommandType.swift
[9/14] Compiling Commander Error.swift
[10/14] Compiling Commander CommandRunner.swift
[12/16] Wrapping AST for Commander for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/22] Emitting module DkstLib
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[15/22] Compiling DkstLib Dkst.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[16/22] Compiling DkstLib Deckset.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[17/22] Compiling DkstLib DecksetScripting.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[18/22] Compiling DkstLib HelpText.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[19/22] Compiling DkstLib Utilities.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/9] Emitting module DkstLib
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[2/9] Compiling DkstLib Deckset.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[3/9] Compiling DkstLib Utilities.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[4/9] Compiling DkstLib DecksetScripting.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[5/9] Compiling DkstLib HelpText.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
[6/9] Compiling DkstLib Dkst.swift
/host/spi-builder-workspace/Sources/DkstLib/Deckset.swift:1:8: error: no such module 'AppKit'
import AppKit
^
error: fatalError
BUILD FAILURE 5.9 linux