Build Information
Failed to build UpgradeAlert, reference main (9afcb0
), with Swift 5.9 for Linux on 19 Oct 2024 09:00:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sentryco/UpgradeAlert.git
Reference: main
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/sentryco/UpgradeAlert
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9afcb06 Minor tweaks
Cloned https://github.com/sentryco/UpgradeAlert.git
Revision (git rev-parse @):
9afcb0662e5408ddc7eeaf2be0836b2255447808
SUCCESS checkout https://github.com/sentryco/UpgradeAlert.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/sentryco/UpgradeAlert.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:5a47d9d39a5702cbfa0ba55458353b9ccb6eb7cde0581792bc757a518ca63386
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/12] Compiling UpgradeAlert UIAlertController+Ext.swift
[2/12] Compiling UpgradeAlert UIApplication+Ext.swift
[3/13] Compiling UpgradeAlert Bundle+Ext.swift
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:11:81: error: cannot find 'kCFBundleNameKey' in scope
internal static let name: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleNameKey as String) as? String
^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:23:82: error: cannot find 'kCFBundleVersionKey' in scope
internal static let build: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleVersionKey as String) as? String
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:29:87: error: cannot find 'kCFBundleIdentifierKey' in scope
internal static let identifier: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleIdentifierKey as String) as? String
^~~~~~~~~~~~~~~~~~~~~~
[4/13] Compiling UpgradeAlert NSAlert+Ext.swift
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:11:81: error: cannot find 'kCFBundleNameKey' in scope
internal static let name: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleNameKey as String) as? String
^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:23:82: error: cannot find 'kCFBundleVersionKey' in scope
internal static let build: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleVersionKey as String) as? String
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:29:87: error: cannot find 'kCFBundleIdentifierKey' in scope
internal static let identifier: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleIdentifierKey as String) as? String
^~~~~~~~~~~~~~~~~~~~~~
[5/13] Compiling UpgradeAlert AppInfo.swift
[6/13] Compiling UpgradeAlert LookupResult.swift
[7/13] Compiling UpgradeAlert UAError.swift
[8/13] Compiling UpgradeAlert UAOutcome.swift
[9/13] Compiling UpgradeAlert UAConfig.swift
[10/13] Compiling UpgradeAlert ComparisonResult.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/13] Emitting module UpgradeAlert
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:11:81: error: cannot find 'kCFBundleNameKey' in scope
internal static let name: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleNameKey as String) as? String
^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:23:82: error: cannot find 'kCFBundleVersionKey' in scope
internal static let build: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleVersionKey as String) as? String
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/UpgradeAlert/ext/Bundle+Ext.swift:29:87: error: cannot find 'kCFBundleIdentifierKey' in scope
internal static let identifier: String? = Bundle.main.object(forInfoDictionaryKey: kCFBundleIdentifierKey as String) as? String
^~~~~~~~~~~~~~~~~~~~~~
[12/13] Compiling UpgradeAlert UpgradeAlert+Variables.swift
/host/spi-builder-workspace/Sources/UpgradeAlert/UpgradeAlert.swift:91:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: url) { data, _, error in
~~~~~~~~~~ ^~~~~~
[13/13] Compiling UpgradeAlert UpgradeAlert.swift
/host/spi-builder-workspace/Sources/UpgradeAlert/UpgradeAlert.swift:91:29: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: url) { data, _, error in
~~~~~~~~~~ ^~~~~~
error: fatalError
BUILD FAILURE 5.9 linux