The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Erbium, reference v4.7.0 (1bb868), with Swift 5.9 for Linux on 20 Sep 2024 15:28:23 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.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/e-sites/Erbium.git
Reference: v4.7.0
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
 * tag               v4.7.0     -> FETCH_HEAD
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 v4.7.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/e-sites/Erbium.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:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/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
       ^
[2/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
       ^
[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
       ^
[4/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
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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
       ^
[6/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
       ^
error: fatalError
BUILD FAILURE 5.9 linux