Build Information
Failed to build Erbium, reference master (1bb868
), with Swift 5.8 for Linux on 20 Sep 2024 15:33:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/e-sites/Erbium.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/e-sites/Erbium
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1bb8688 Swift 6
Cloned https://github.com/e-sites/Erbium.git
Revision (git rev-parse @):
1bb86888720bfe72843f0e1ef902f5749b9f3695
SUCCESS checkout https://github.com/e-sites/Erbium.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD
https://github.com/e-sites/Erbium.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:a5e57d1af25c3272f87123c7a264de6fd88dcc01acef91f1006945662a9fd14a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/6] Compiling Erbium DeviceType.swift
/host/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var platform: String = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var platform: String = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var type: DeviceType = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var type: DeviceType = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var size: ScreenSize = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var size: ScreenSize = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var version: DeviceVersion = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var version: DeviceVersion = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadPro: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadPro: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadMini: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadMini: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isSimulator: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isSimulator: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[2/6] Compiling Erbium ScreenSize.swift
/host/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var platform: String = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var platform: String = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var type: DeviceType = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var type: DeviceType = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var size: ScreenSize = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var size: ScreenSize = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var version: DeviceVersion = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var version: DeviceVersion = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadPro: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadPro: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadMini: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadMini: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isSimulator: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isSimulator: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[3/6] Compiling Erbium DeviceVersion.swift
/host/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var platform: String = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var platform: String = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var type: DeviceType = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var type: DeviceType = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var size: ScreenSize = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var size: ScreenSize = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var version: DeviceVersion = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var version: DeviceVersion = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadPro: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadPro: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadMini: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadMini: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isSimulator: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isSimulator: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module Erbium
/host/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var platform: String = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var platform: String = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var type: DeviceType = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var type: DeviceType = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var size: ScreenSize = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var size: ScreenSize = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var version: DeviceVersion = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var version: DeviceVersion = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadPro: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadPro: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadMini: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadMini: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isSimulator: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isSimulator: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[5/6] Compiling Erbium Bundle.swift
/host/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var platform: String = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var platform: String = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var type: DeviceType = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var type: DeviceType = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var size: ScreenSize = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var size: ScreenSize = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var version: DeviceVersion = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var version: DeviceVersion = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadPro: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadPro: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadMini: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadMini: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isSimulator: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isSimulator: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[6/6] Compiling Erbium Device.swift
/host/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var platform: String = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var platform: String = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var type: DeviceType = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var type: DeviceType = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var size: ScreenSize = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var size: ScreenSize = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var version: DeviceVersion = {
^
var
/host/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var version: DeviceVersion = {
^
;
/host/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isRegularIpad: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadPro: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadPro: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isIpadMini: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isIpadMini: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var isSimulator: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var isSimulator: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:87:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var hasFaceID: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:87:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var hasFaceID: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:97:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var hasTouchID: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:97:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var hasTouchID: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:121:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var hasNotch: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:121:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var hasNotch: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:125:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var hasDynamicIsland: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:125:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var hasDynamicIsland: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:129:16: error: expected 'var' keyword in property declaration
nonisolated(unsafe) public static var hasHardwareHomeButton: Bool {
^
var
/host/spi-builder-workspace/Sources/Device.swift:129:24: error: consecutive declarations on a line must be separated by ';'
nonisolated(unsafe) public static var hasHardwareHomeButton: Bool {
^
;
/host/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
BUILD FAILURE 5.8 linux