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 0.1.4 (fddc94), with Swift 6.0 for Linux on 7 Oct 2024 18:12:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 0.1.4
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
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at fddc941 Merge pull request #12 from arthurpalves/bump-up-version
Cloned https://github.com/arthurpalves/badgy.git
Revision (git rev-parse @):
fddc941a1bcca169111dbf19c5d5658078f4a2e4
SUCCESS checkout https://github.com/arthurpalves/badgy.git at 0.1.4
========================================
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-4609320-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/kylef/PathKit
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/jakeheis/SwiftCLI
[1/1021] Fetching spectre
[114/6095] Fetching spectre, swiftcli
[1142/7506] Fetching spectre, swiftcli, pathkit
Fetched https://github.com/kylef/PathKit from cache (0.26s)
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.26s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.0 (1.81s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.1 (0.44s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.44s)
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/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
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/32] Emitting module SwiftCLI
[6/34] Compiling SwiftCLI ValueBox.swift
[7/34] Compiling SwiftCLI VersionCommand.swift
[8/34] Compiling SwiftCLI Error.swift
[9/34] Compiling SwiftCLI HelpCommand.swift
[10/34] Compiling SwiftCLI HelpMessageGenerator.swift
[11/34] Compiling SwiftCLI OptionRegistry.swift
[12/34] Compiling SwiftCLI Parameter.swift
[13/34] Compiling SwiftCLI Parser.swift
[14/34] Compiling SwiftCLI Command.swift
[15/34] Compiling SwiftCLI Compatibility.swift
[16/34] Compiling SwiftCLI CompletionGenerator.swift
[17/34] Compiling SwiftCLI ArgumentList.swift
[18/34] Compiling SwiftCLI ArgumentListManipulator.swift
[19/34] Compiling SwiftCLI CLI.swift
[20/34] Compiling SwiftCLI Input.swift
[21/34] Compiling SwiftCLI Option.swift
[22/34] Compiling SwiftCLI OptionGroup.swift
[23/34] Compiling SwiftCLI Term.swift
[24/34] Compiling SwiftCLI Validation.swift
[25/34] Compiling SwiftCLI Path.swift
[26/34] Compiling SwiftCLI Stream.swift
[27/34] Compiling SwiftCLI Task.swift
[29/35] Emitting module PathKit
[30/35] Compiling PathKit PathKit.swift
[31/36] Wrapping AST for SwiftCLI for debugging
[32/36] Wrapping AST for PathKit for debugging
[34/49] Compiling Badgy IconSetDelegate.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[35/49] Compiling Badgy Logger.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[36/49] Compiling Badgy Foundation+Extensions.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[37/49] Compiling Badgy Validation+HexColor.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[38/50] Compiling Badgy Factory+Small.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[39/50] Compiling Badgy Factory.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[40/50] Compiling Badgy Position.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[41/50] Compiling Badgy VerboseLogger.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/50] Emitting module Badgy
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[43/50] Compiling Badgy DependencyManager.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[44/50] Compiling Badgy Factory+Resizer.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[45/50] Compiling Badgy Long.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[46/50] Compiling Badgy Small.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
[47/50] Compiling Badgy main.swift
/host/spi-builder-workspace/Sources/Badgy/Helpers/Factory.swift:8:8: error: no such module 'AppKit'
  6 |
  7 | import SwiftCLI
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 | import PathKit
 10 |
BUILD FAILURE 6.0 linux