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 CrashReporter, reference master (30e31e), with Swift 6.2 (beta) for Android on 22 Jun 2025 17:08:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/CrashReporter.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/CleanCocoa/CrashReporter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 30e31ea Merge pull request #11 from Cykelero/show-app-icon
Submodule path 'php/vendor/PHPMailer': checked out '511413a6eaeb167fa88282d437766d34510548b8'
Submodule 'php/vendor/PHPMailer' (https://github.com/PHPMailer/PHPMailer.git) registered for path 'php/vendor/PHPMailer'
Cloning into '/host/spi-builder-workspace/php/vendor/PHPMailer'...
Cloned https://github.com/CleanCocoa/CrashReporter.git
Revision (git rev-parse @):
30e31eac5cad1ec7f34330a3bd3feba14c357aec
SUCCESS checkout https://github.com/CleanCocoa/CrashReporter.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CleanCocoa/CrashReporter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/CrashReporter/Info.plist
Building for debugging...
[0/3] Copying CrashReporterWindow.xib
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/16] Compiling CrashReporter CrashReportWindowController.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[5/17] Compiling CrashReporter String+md5.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[6/17] Compiling CrashReporter URLResponse+statusIsOK.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[7/17] Compiling CrashReporter HTTPURLResponse+valueForHTTPHeaderField.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[8/17] Compiling CrashReporter OneShotDownload.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/17] Emitting module CrashReporter
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[10/17] Compiling CrashReporter CrashLog.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[11/17] Compiling CrashReporter CrashReporter+DefaultsKeys.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[12/17] Compiling CrashReporter resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[13/17] Compiling CrashReporter SendReportsAutomaticallySetting.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[14/17] Compiling CrashReporter CrashReporter.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[15/17] Compiling CrashReporter CrashReporterBundle.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[16/17] Compiling CrashReporter EmailAddressSetting.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
[17/17] Compiling CrashReporter Bundle+InfoKeys.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
  6 | //  Distributed under the MIT License.
  7 |
  8 | import AppKit
    |        `- error: no such module 'AppKit'
  9 |
 10 | public final class CrashReporter {
BUILD FAILURE 6.2 android