The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CrashReporter, reference master (30e31e), with Swift 6.1 for Android on 30 May 2025 02:15:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.1
Building package at path:  $PWD
https://github.com/CleanCocoa/CrashReporter.git
https://github.com/CleanCocoa/CrashReporter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CrashReporter",
  "name" : "CrashReporter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "CrashReporter",
      "targets" : [
        "CrashReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrashReporterTests",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporterTests",
      "path" : "Tests/CrashReporterTests",
      "sources" : [
        "EmailAddressSettingTests.swift",
        "SendReportsAutomaticallySettingTests.swift"
      ],
      "target_dependencies" : [
        "CrashReporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CrashReporter",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporter",
      "path" : "Sources/CrashReporter",
      "product_memberships" : [
        "CrashReporter"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/CrashReporter/UI/CrashReporterWindow.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CrashLog.swift",
        "CrashReporter+DefaultsKeys.swift",
        "CrashReporter.swift",
        "CrashReporterBundle.swift",
        "EmailAddressSetting.swift",
        "Infrastructure/Bundle+InfoKeys.swift",
        "Infrastructure/HTTPURLResponse+valueForHTTPHeaderField.swift",
        "Infrastructure/OneShotDownload.swift",
        "Infrastructure/String+md5.swift",
        "Infrastructure/URLResponse+statusIsOK.swift",
        "SendReportsAutomaticallySetting.swift",
        "UI/CrashReportWindowController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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] Write sources
[1/3] Copying CrashReporterWindow.xib
[2/3] Write swift-version-24593BA9C3E375BF.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 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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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/Tests/CrashReporterTests/Info.plist
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] 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 {
[3/14] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/14] 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 {
[5/14] 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 {
[6/14] 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 {
[7/14] 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/14] 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 {
[9/14] 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 {
[10/14] 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 {
[11/14] 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 {
[12/14] 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 {
[13/14] 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 {
[14/14] 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 {
[15/15] 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 {
BUILD FAILURE 6.1 android