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 SagaStencilRenderer, reference main (3a5b42), with Swift 5.9 for Linux on 6 Feb 2025 21:10:24 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaStencilRenderer.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/loopwerk/SagaStencilRenderer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3a5b423 docs: Update example app to use the new syntax
Cloned https://github.com/loopwerk/SagaStencilRenderer.git
Revision (git rev-parse @):
3a5b423a01cc0e37f90e2bc221717c659ff909fc
SUCCESS checkout https://github.com/loopwerk/SagaStencilRenderer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/loopwerk/SagaStencilRenderer.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:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/loopwerk/Saga
Fetching https://github.com/stencilproject/Stencil
[1/2567] Fetching saga
[566/7758] Fetching saga, stencil
Fetched https://github.com/stencilproject/Stencil (0.29s)
Fetched https://github.com/loopwerk/Saga (0.29s)
Computing version for https://github.com/stencilproject/Stencil
Computed https://github.com/stencilproject/Stencil at 0.15.1 (0.34s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[1022/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git (0.34s)
Fetched https://github.com/kylef/Spectre.git (0.34s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.34s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.95s)
Computing version for https://github.com/loopwerk/Saga
Computed https://github.com/loopwerk/Saga at 1.5.0 (0.37s)
Fetching https://github.com/JohnSundell/Codextended.git
[1/181] Fetching codextended
Fetched https://github.com/JohnSundell/Codextended.git (0.17s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.34s)
Creating working copy for https://github.com/stencilproject/Stencil
Working copy of https://github.com/stencilproject/Stencil resolved at 0.15.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/loopwerk/Saga
Working copy of https://github.com/loopwerk/Saga resolved at 1.5.0
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Building for debugging...
[1/4] Emitting module Codextended
[2/4] Compiling Codextended Codextended.swift
[5/6] Emitting module PathKit
[6/6] Compiling PathKit PathKit.swift
[9/43] Compiling Saga String+Slugify.swift
[10/44] Compiling Saga Saga.swift
[11/44] Compiling Stencil ForTag.swift
[12/44] Compiling Stencil IfTag.swift
[13/44] Compiling Stencil Errors.swift
[14/44] Compiling Stencil Expression.swift
[15/44] Compiling Stencil DynamicMemberLookup.swift
[16/44] Compiling Stencil Environment.swift
[17/44] Compiling Stencil Extension.swift
/host/spi-builder-workspace/.build/checkouts/Saga/Sources/Saga/Path+Extensions.swift:43:17: error: unknown attribute 'retroactive'
extension Path: @retroactive Decodable {
                ^
/host/spi-builder-workspace/.build/checkouts/Saga/Sources/Saga/Path+Extensions.swift:43:1: error: inheritance from non-protocol type 'any Decodable'
extension Path: @retroactive Decodable {
^
[18/44] Compiling Stencil Context.swift
/host/spi-builder-workspace/.build/checkouts/Saga/Sources/Saga/Path+Extensions.swift:43:17: error: unknown attribute 'retroactive'
extension Path: @retroactive Decodable {
                ^
/host/spi-builder-workspace/.build/checkouts/Saga/Sources/Saga/Path+Extensions.swift:43:1: error: inheritance from non-protocol type 'any Decodable'
extension Path: @retroactive Decodable {
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/44] Compiling Stencil FilterTag.swift
[20/44] Compiling Stencil Filters.swift
[21/44] Emitting module Saga
/host/spi-builder-workspace/.build/checkouts/Saga/Sources/Saga/Path+Extensions.swift:43:17: error: unknown attribute 'retroactive'
extension Path: @retroactive Decodable {
                ^
/host/spi-builder-workspace/.build/checkouts/Saga/Sources/Saga/Path+Extensions.swift:43:1: error: inheritance from non-protocol type 'any Decodable'
extension Path: @retroactive Decodable {
^
[22/44] Compiling Saga Writer.swift
error: fatalError
[23/44] Compiling Stencil Loader.swift
[24/44] Compiling Stencil Node.swift
[25/44] Compiling Stencil NowTag.swift
[29/44] Emitting module Stencil
[31/44] Compiling Stencil Include.swift
[32/44] Compiling Stencil Inheritance.swift
BUILD FAILURE 5.9 linux