The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Badgy, reference master (6831dc), with Swift 6.0 for Linux on 7 Oct 2024 18:13:36 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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/arthurpalves/badgy.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/arthurpalves/badgy
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6831dce Merge pull request #23 from arthurpalves/clean/rc-argument-parser
Cloned https://github.com/arthurpalves/badgy.git
Revision (git rev-parse @):
6831dce91968b3db4bb2797cc9c5d3777bf37ea9
SUCCESS checkout https://github.com/arthurpalves/badgy.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/arthurpalves/badgy.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:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/apple/swift-argument-parser
[1/1411] Fetching pathkit
[1412/6485] Fetching pathkit, swiftcli
[1869/7506] Fetching pathkit, swiftcli, spectre
[7507/19759] Fetching pathkit, swiftcli, spectre, swift-argument-parser
[12409/64495] Fetching pathkit, swiftcli, spectre, swift-argument-parser, swiftformat
Fetched https://github.com/kylef/Spectre.git from cache (0.73s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.74s)
[10959/51221] Fetching pathkit, swiftcli, swiftformat
Fetched https://github.com/kylef/PathKit from cache (26.13s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (26.13s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (26.85s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.44.17 (2.31s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.1.0 (0.55s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (0.55s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.1 (0.53s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.54s)
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/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.1.0
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.44.17
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/62] Emitting module SwiftCLI
[7/64] Emitting module ArgumentParser
[8/67] Compiling SwiftCLI Parameter.swift
[9/67] Compiling SwiftCLI Parser.swift
[10/67] Compiling SwiftCLI Path.swift
[11/67] Compiling SwiftCLI Stream.swift
[12/67] Compiling SwiftCLI Compatibility.swift
[13/67] Compiling SwiftCLI CompletionGenerator.swift
[14/67] Compiling SwiftCLI Term.swift
[15/67] Compiling SwiftCLI Validation.swift
[16/67] Compiling SwiftCLI ValueBox.swift
[17/67] Compiling SwiftCLI VersionCommand.swift
[18/67] Compiling SwiftCLI Error.swift
[19/67] Compiling SwiftCLI HelpCommand.swift
[20/67] Compiling SwiftCLI HelpMessageGenerator.swift
[21/67] Compiling SwiftCLI Command.swift
[24/67] Compiling ArgumentParser ArgumentDefinition.swift
[25/67] Compiling ArgumentParser ArgumentSet.swift
[26/67] Compiling SwiftCLI Task.swift
[27/67] Compiling SwiftCLI Input.swift
[28/67] Compiling SwiftCLI Option.swift
[29/67] Compiling SwiftCLI OptionGroup.swift
[30/67] Compiling SwiftCLI ArgumentList.swift
[31/67] Compiling SwiftCLI ArgumentListManipulator.swift
[32/67] Compiling SwiftCLI CLI.swift
[33/67] Compiling ArgumentParser UsageGenerator.swift
[34/67] Compiling ArgumentParser StringExtensions.swift
[35/67] Compiling ArgumentParser Tree.swift
[39/67] Compiling SwiftCLI OptionRegistry.swift
[40/67] Compiling ArgumentParser HelpCommand.swift
[41/67] Compiling ArgumentParser HelpGenerator.swift
[42/67] Compiling ArgumentParser MessageInfo.swift
[61/68] Compiling PathKit PathKit.swift
[62/68] Emitting module PathKit
[64/70] Wrapping AST for ArgumentParser for debugging
[65/70] Wrapping AST for PathKit for debugging
[66/70] Wrapping AST for SwiftCLI for debugging
[68/86] Compiling Badgy Logger.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[69/86] Compiling Badgy VerboseLogger.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[70/86] Compiling Badgy Icon.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[71/86] Compiling Badgy IconSet.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[72/86] Compiling Badgy Factory+Resizer.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[73/86] Compiling Badgy Factory+Small.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[74/86] Compiling Badgy ColorCode+Name.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[75/86] Compiling Badgy ColorCode.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[76/88] Compiling Badgy IconSignPipeline.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[77/88] Compiling Badgy IconSetDelegate.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[78/88] Compiling Badgy Factory.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[79/88] Compiling Badgy Foundation+Extensions.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[80/88] Compiling Badgy Badgy.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[81/88] Compiling Badgy DependencyManager.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[82/88] Compiling Badgy ColorCode+Hex.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/88] Emitting module Badgy
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[84/88] Compiling Badgy Position.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
[85/88] Compiling Badgy main.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:27:8: error: no such module 'AppKit'
 25 | // SOFTWARE.
 26 |
 27 | import AppKit
    |        `- error: no such module 'AppKit'
 28 | import PathKit
 29 | import SwiftCLI
BUILD FAILURE 6.0 linux