Build Information
Failed to build CrashReporter, reference 0.5.1 (30e31e
), with Swift 5.10 for Linux on 13 Dec 2024 17:08:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
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: 5.10
Building package at path: $PWD
https://github.com/CleanCocoa/CrashReporter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-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
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'
import AppKit
^
[5/17] Compiling CrashReporter resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/17] Emitting module CrashReporter
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[7/17] Compiling CrashReporter EmailAddressSetting.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[8/17] Compiling CrashReporter Bundle+InfoKeys.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[9/17] Compiling CrashReporter CrashLog.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[10/17] Compiling CrashReporter CrashReporter+DefaultsKeys.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[11/17] Compiling CrashReporter SendReportsAutomaticallySetting.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[12/17] Compiling CrashReporter CrashReporter.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[13/17] Compiling CrashReporter CrashReporterBundle.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[14/17] Compiling CrashReporter HTTPURLResponse+valueForHTTPHeaderField.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[15/17] Compiling CrashReporter OneShotDownload.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[16/17] Compiling CrashReporter String+md5.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
[17/17] Compiling CrashReporter URLResponse+statusIsOK.swift
/host/spi-builder-workspace/Sources/CrashReporter/CrashReporter.swift:8:8: error: no such module 'AppKit'
import AppKit
^
error: fatalError
BUILD FAILURE 5.10 linux