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 0.5.1 (30e31e), with Swift 6.1 for Linux on 30 Apr 2025 03:30:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/CrashReporter.git
Reference: 0.5.1
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
 * tag               0.5.1      -> FETCH_HEAD
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 0.5.1
========================================
Build
========================================
Selected platform:         linux
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/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 {
[16/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 {
[17/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 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 {
[3/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 {
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/15] 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 {
[6/15] 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 {
[7/15] 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 {
[8/15] 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 {
[9/15] 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 {
[10/15] 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 {
[11/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 {
[12/15] 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 {
[13/15] 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 {
[14/15] 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 {
[15/15] 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 {
BUILD FAILURE 6.1 linux