Build Information
Failed to build RetroKit, reference 0.1.2 (c04c2f
), with Swift 5.9 for Linux on 6 Nov 2024 22:52:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dev-retro/RetroKit.git
Reference: 0.1.2
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/dev-retro/RetroKit
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at c04c2fd fixed a tools version
Cloned https://github.com/dev-retro/RetroKit.git
Revision (git rev-parse @):
c04c2fdd7eca92068aeeea692f624ba328f18a34
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dev-retro/RetroKit.git at 0.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/dev-retro/RetroKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.32s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.94s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3154] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.38s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/11] Compiling RetroKit RetroInput.swift
[4/11] Emitting module RetroKit
/host/spi-builder-workspace/Sources/RetroKit/RetroStateItem.swift:10:2: error: unknown attribute 'Observable'
@Observable
^
[5/11] Compiling RetroKit RetroState.swift
[6/11] Compiling RetroKit RetroStateItem.swift
/host/spi-builder-workspace/Sources/RetroKit/RetroStateItem.swift:10:2: error: unknown attribute 'Observable'
@Observable
^
[7/11] Compiling RetroKit RetroPlatform.swift
[8/11] Compiling RetroKit RetroSettings.swift
[9/11] Compiling RetroKit RetroSetting.swift
error: fatalError
BUILD FAILURE 5.9 linux