The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Badgy with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/arthurpalves/badgy.git
Reference: 0.1.4
Cloned https://github.com/arthurpalves/badgy.git into spi-builder-workspace
SUCCESS checkout https://github.com/arthurpalves/badgy.git at 0.1.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/jakeheis/SwiftCLI
[1/5074] Fetching swiftcli
[52/6479] Fetching swiftcli, pathkit
[681/7500] Fetching swiftcli, pathkit, spectre
Fetched https://github.com/kylef/PathKit (0.32s)
Fetched https://github.com/kylef/Spectre.git (0.32s)
Fetched https://github.com/jakeheis/SwiftCLI (0.32s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (0.92s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.1 (0.28s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.28s)
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.1
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Building for debugging...
[1/27] Emitting module SwiftCLI
[2/29] Compiling SwiftCLI ValueBox.swift
[3/29] Compiling SwiftCLI VersionCommand.swift
[4/29] Compiling SwiftCLI Term.swift
[5/29] Compiling SwiftCLI Validation.swift
[6/29] Compiling SwiftCLI Command.swift
[7/29] Compiling SwiftCLI Compatibility.swift
[8/29] Compiling SwiftCLI CompletionGenerator.swift
[9/29] Compiling SwiftCLI Path.swift
[10/29] Compiling SwiftCLI Stream.swift
[11/29] Compiling SwiftCLI Task.swift
[12/29] Compiling SwiftCLI OptionRegistry.swift
[13/29] Compiling SwiftCLI Parameter.swift
[14/29] Compiling SwiftCLI Parser.swift
[15/29] Compiling SwiftCLI Input.swift
[16/29] Compiling SwiftCLI Option.swift
[17/29] Compiling SwiftCLI OptionGroup.swift
[18/29] Compiling SwiftCLI ArgumentList.swift
[19/29] Compiling SwiftCLI ArgumentListManipulator.swift
[20/29] Compiling SwiftCLI CLI.swift
[21/29] Compiling SwiftCLI Error.swift
[22/29] Compiling SwiftCLI HelpCommand.swift
[23/29] Compiling SwiftCLI HelpMessageGenerator.swift
[25/31] Emitting module PathKit
[26/31] Compiling PathKit PathKit.swift
[29/33] Wrapping AST for SwiftCLI for debugging
[30/33] Wrapping AST for PathKit for debugging
[32/46] Compiling Badgy Foundation+Extensions.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[33/46] Compiling Badgy Validation+HexColor.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[34/47] Compiling Badgy DependencyManager.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[35/47] Compiling Badgy Factory+Resizer.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[36/47] Compiling Badgy Factory+Small.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[37/47] Compiling Badgy Factory.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[38/47] Compiling Badgy Position.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[39/47] Compiling Badgy VerboseLogger.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[40/47] Compiling Badgy IconSetDelegate.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[41/47] Compiling Badgy Logger.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[42/47] Compiling Badgy main.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/47] Emitting module Badgy
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[44/47] Compiling Badgy Long.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
[45/47] Compiling Badgy Small.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
import AppKit
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1