Build Information
Failed to build AppUpdater, reference 1.1.1 (1b6016
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 00:11:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 1.1.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/mxcl/AppUpdater
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 1b60169 Merge pull request #12 from mxcl/deps/bump
Cloned https://github.com/mxcl/AppUpdater.git
Revision (git rev-parse @):
1b60169700489f16cfbe2feb6b1e32ca5c9464b8
SUCCESS checkout https://github.com/mxcl/AppUpdater.git at 1.1.1
========================================
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-4606859-3":/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/609] Fetching foundation
[160/902] Fetching foundation, version
[493/1961] Fetching foundation, version, path.swift
Fetched https://github.com/PromiseKit/Foundation from cache (0.53s)
Fetched https://github.com/mxcl/Version from cache (0.53s)
Fetched https://github.com/mxcl/Path.swift from cache (0.53s)
Computing version for https://github.com/PromiseKit/Foundation
Computed https://github.com/PromiseKit/Foundation at 3.4.0 (5.43s)
Fetching https://github.com/mxcl/PromiseKit.git
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (2.09s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 1.2.0 (2.92s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.4.1 (0.96s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.93s)
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/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
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/38] Compiling Version Version+Codable.swift
[8/38] Emitting module Version
[9/38] Compiling PromiseKit Combine.swift
[10/38] Compiling PromiseKit Configuration.swift
[11/40] Compiling Version Version+Range.swift
[12/40] Compiling Version Version.swift
[13/40] Compiling PromiseKit Async.swift
[14/40] Compiling PromiseKit Box.swift
[15/40] Compiling PromiseKit Catchable.swift
[16/40] Emitting module PromiseKit
[17/40] Emitting module Path
[22/41] Compiling Path PathToBool.swift
[23/41] Compiling Path Path+FileManager.swift
[24/41] Compiling PromiseKit race.swift
[25/41] Compiling PromiseKit when.swift
[26/41] Compiling PromiseKit CustomStringConvertible.swift
[27/41] Compiling PromiseKit Error.swift
[28/41] Compiling Version Version+Comparable.swift
[29/41] Compiling Version Version+Foundation.swift
[31/42] Compiling Path Path+StringConvertibles.swift
[32/42] Compiling Path Path+ls.swift
[33/42] Compiling Path Path.swift
[34/42] Compiling Path Pathish.swift
[36/43] Compiling PromiseKit Thenable.swift
[37/43] Compiling PromiseKit after.swift
[38/43] Compiling PromiseKit Guarantee.swift
[39/43] Compiling PromiseKit LogEvent.swift
[40/43] Compiling PromiseKit firstly.swift
[41/43] Compiling PromiseKit hang.swift
[42/43] Compiling PromiseKit Promise.swift
[43/43] Compiling PromiseKit Resolver.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
[50/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/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
BUILD FAILURE 6.2 linux