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 AppUpdater, reference master (078432), with Swift 6.2 (beta) for Linux on 19 Jun 2025 00:11:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/AppUpdater.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/mxcl/AppUpdater
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 078432c participate in tea protocol
Cloned https://github.com/mxcl/AppUpdater.git
Revision (git rev-parse @):
078432c8e9e53edff6097ae8e916eee30769c941
SUCCESS checkout https://github.com/mxcl/AppUpdater.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mxcl/AppUpdater.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/mxcl/Path.swift
Fetching https://github.com/mxcl/Version
Fetching https://github.com/PromiseKit/Foundation
[1/293] Fetching version
[294/902] Fetching version, foundation
[903/1961] Fetching version, foundation, path.swift
Fetched https://github.com/mxcl/Version from cache (0.27s)
Fetched https://github.com/PromiseKit/Foundation from cache (0.29s)
Fetched https://github.com/mxcl/Path.swift from cache (0.31s)
Computing version for https://github.com/PromiseKit/Foundation
Computed https://github.com/PromiseKit/Foundation at 3.4.0 (3.31s)
Fetching https://github.com/mxcl/PromiseKit.git
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.02s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 1.2.0 (1.41s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.4.1 (0.40s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.46s)
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 1.2.0
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/PromiseKit/Foundation
Working copy of https://github.com/PromiseKit/Foundation resolved at 3.4.0
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 1.4.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/38] Emitting module Path
[8/39] Compiling Path Pathish.swift
[9/39] Emitting module Version
[10/39] Compiling Version Version+Range.swift
[11/39] Compiling Version Version.swift
[12/39] Emitting module PromiseKit
[13/41] Compiling PromiseKit Combine.swift
[14/41] Compiling PromiseKit Configuration.swift
[15/41] Compiling Version Version+Codable.swift
[16/41] Compiling Version Version+Comparable.swift
[17/41] Compiling Version Version+Foundation.swift
[19/42] Compiling PromiseKit firstly.swift
[20/42] Compiling PromiseKit hang.swift
[21/42] Compiling PromiseKit Thenable.swift
[22/42] Compiling PromiseKit after.swift
[23/42] Compiling PromiseKit Async.swift
[24/42] Compiling PromiseKit Box.swift
[25/42] Compiling PromiseKit Catchable.swift
[26/42] Compiling PromiseKit Guarantee.swift
[27/42] Compiling PromiseKit LogEvent.swift
[28/42] Compiling PromiseKit CustomStringConvertible.swift
[29/42] Compiling PromiseKit Error.swift
[30/42] Compiling PromiseKit Promise.swift
[31/42] Compiling PromiseKit Resolver.swift
[32/42] Compiling Path Path.swift
[33/42] Compiling Path PathToBool.swift
[34/42] Compiling PromiseKit race.swift
[35/42] Compiling PromiseKit when.swift
[36/43] Compiling Path Path+StringConvertibles.swift
[37/43] Compiling Path Path+ls.swift
[38/43] Compiling Path Path+FileManager.swift
[45/48] Compiling PMKFoundation Process+Promise.swift
[46/48] Compiling PMKFoundation NSNotificationCenter+Promise.swift
[47/48] Emitting module PMKFoundation
[48/48] Compiling PMKFoundation NSURLSession+Promise.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/51] Emitting module AppUpdater
/host/spi-builder-workspace/AppUpdater.swift:1:14: error: no such module 'AppKit'
  1 | import class AppKit.NSBackgroundActivityScheduler
    |              `- error: no such module 'AppKit'
  2 | import var AppKit.NSApp
  3 | import PMKFoundation
[51/51] Compiling AppUpdater AppUpdater.swift
/host/spi-builder-workspace/AppUpdater.swift:1:14: error: no such module 'AppKit'
  1 | import class AppKit.NSBackgroundActivityScheduler
    |              `- error: no such module 'AppKit'
  2 | import var AppKit.NSApp
  3 | import PMKFoundation
BUILD FAILURE 6.2 linux