Build Information
Successful build of Saga, reference main (a9b116
), with Swift 5.9 for Linux on 15 Apr 2025 20:33:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Saga.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/Saga
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a9b1165 feat: Improve the atom feed writer, always include the full body text
Cloned https://github.com/loopwerk/Saga.git
Revision (git rev-parse @):
a9b1165b3db3f125454926b78cca02e61016a9aa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/loopwerk/Saga.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/loopwerk/Saga.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit (0.25s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.94s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git (0.23s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.35s)
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/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Building for debugging...
[1/5] Emitting module PathKit
[2/5] Compiling PathKit PathKit.swift
[4/7] Wrapping AST for PathKit for debugging
[6/23] Compiling SagaCLI main.swift
[7/23] Emitting module SagaCLI
[8/23] Compiling Saga Reader.swift
[9/23] Compiling Saga RenderingContexts.swift
[11/26] Compiling Saga Writer.swift
[13/26] Compiling Saga utils.swift
[14/26] Compiling Saga Saga.swift
[15/26] Compiling Saga String+Slugify.swift
[16/26] Compiling Saga Path+Extensions.swift
[17/26] Compiling Saga ProcessingStep.swift
[17/26] Wrapping AST for SagaCLI for debugging
[19/26] Compiling Saga FileIO.swift
[20/26] Compiling Saga Item.swift
[21/26] Compiling Saga Atom.swift
[22/26] Compiling Saga FileContainer.swift
[23/26] Emitting module Saga
[24/26] Compiling Saga ItemWriteMode.swift
[25/26] Compiling Saga MetadataDecoder.swift
[25/27] Linking watch
Build complete! (10.82s)
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
}
],
"manifest_display_name" : "Saga",
"name" : "Saga",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Saga",
"targets" : [
"Saga"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "watch",
"targets" : [
"SagaCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SagaTests",
"module_type" : "SwiftTarget",
"name" : "SagaTests",
"path" : "Tests/SagaTests",
"sources" : [
"SagaTests.swift"
],
"target_dependencies" : [
"Saga"
],
"type" : "test"
},
{
"c99name" : "SagaCLI",
"module_type" : "SwiftTarget",
"name" : "SagaCLI",
"path" : "Sources/SagaCLI",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"watch"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "Saga",
"module_type" : "SwiftTarget",
"name" : "Saga",
"path" : "Sources/Saga",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"Saga"
],
"sources" : [
"Atom.swift",
"FileContainer.swift",
"FileIO.swift",
"Item.swift",
"ItemWriteMode.swift",
"MetadataDecoder.swift",
"Path+Extensions.swift",
"ProcessingStep.swift",
"Reader.swift",
"RenderingContexts.swift",
"Saga.swift",
"String+Slugify.swift",
"Writer.swift",
"utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.