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 RetroKit, reference 0.1.2 (c04c2f), with Swift 5.10 for Linux on 6 Nov 2024 22:52:48 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.10-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.10
Building package at path:  $PWD
https://github.com/dev-retro/RetroKit.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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.35s)
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 from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.40s)
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...
[2/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/14] Compiling RetroKit RetroSettings.swift
[6/14] Compiling RetroKit RetroInput.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/14] Emitting module RetroKit
/host/spi-builder-workspace/Sources/RetroKit/RetroStateItem.swift:10:2: error: unknown attribute 'Observable'
@Observable
 ^
[8/14] Compiling RetroKit RetroPlatform.swift
[9/14] Compiling RetroKit RetroSetting.swift
[10/14] Compiling RetroKit RetroStateItem.swift
/host/spi-builder-workspace/Sources/RetroKit/RetroStateItem.swift:10:2: error: unknown attribute 'Observable'
@Observable
 ^
[11/14] Compiling RetroKit RetroState.swift
error: fatalError
BUILD FAILURE 5.10 linux