The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RaLog, reference master (06787f), with Swift 5.9 for Linux on 1 Apr 2025 10:29:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RakuyoKit/RaLog.git
Reference: master
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/RakuyoKit/RaLog
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 06787f6 Merge branch release/1.8.1
Cloned https://github.com/RakuyoKit/RaLog.git
Revision (git rev-parse @):
06787f66caa8e80b953573edf146130b85e87bd4
SUCCESS checkout https://github.com/RakuyoKit/RaLog.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/RakuyoKit/RaLog.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/RakuyoKit/swift.git
[1/2369] Fetching swift
Fetched https://github.com/RakuyoKit/swift.git (0.31s)
Fetching https://github.com/apple/swift-argument-parser
[1/14793] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.46s)
Creating working copy for https://github.com/RakuyoKit/swift.git
Working copy of https://github.com/RakuyoKit/swift.git resolved at release/1.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Downloading binary artifact https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[1369/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[98888/39231213] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (2.05s)
Downloaded https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip (3.54s)
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:53:13: warning: 'launchPath' is deprecated: renamed to 'executableURL'
    process.launchPath = launchPath
            ^
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:53:13: note: use 'executableURL' instead
    process.launchPath = launchPath
            ^~~~~~~~~~
            executableURL
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[3/11] Compiling RaLog RaLogCompatible.swift
[4/12] Compiling RaLog Printable.swift
[5/12] Compiling RaLog LogModelProtocol.swift
[6/12] Compiling RaLog WebView+RaLog.swift
[7/12] Compiling RaLog Storable.swift
/host/spi-builder-workspace/Sources/Core/Storable.swift:26:32: error: 'RawValue' is not a member type of struct 'RaLog.StorageMode'
    public init(rawValue: Self.RawValue) {
                          ~~~~ ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:14:15: note: 'StorageMode' declared here
public struct StorageMode: OptionSet {
              ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:16:30: error: no exact matches in call to initializer
    public static let disk = Self(rawValue: 1 << 0)
                             ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:16:30: note: candidate expects value of type 'StorageMode' for parameter #1 (got 'Int')
    public static let disk = Self(rawValue: 1 << 0)
                             ^
Swift.OptionSet:2:23: note: candidate '() -> _' has 1 parameter, but context '() -> StorageMode' has 0
    @inlinable public init()
                      ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:19:32: error: no exact matches in call to initializer
    public static let memory = Self(rawValue: 1 << 1)
                               ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:19:32: note: candidate expects value of type 'StorageMode' for parameter #1 (got 'Int')
    public static let memory = Self(rawValue: 1 << 1)
                               ^
Swift.OptionSet:2:23: note: candidate '() -> _' has 1 parameter, but context '() -> StorageMode' has 0
    @inlinable public init()
                      ^
[8/12] Compiling RaLog Wrapper.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Compiling RaLog Built-in.swift
[10/12] Compiling RaLog Filterable.swift
[11/12] Compiling RaLog Log.swift
[12/12] Emitting module RaLog
/host/spi-builder-workspace/Sources/Core/Storable.swift:26:32: error: 'RawValue' is not a member type of struct 'RaLog.StorageMode'
    public init(rawValue: Self.RawValue) {
                          ~~~~ ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:14:15: note: 'StorageMode' declared here
public struct StorageMode: OptionSet {
              ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:16:30: error: no exact matches in call to initializer
    public static let disk = Self(rawValue: 1 << 0)
                             ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:16:30: note: candidate expects value of type 'StorageMode' for parameter #1 (got 'Int')
    public static let disk = Self(rawValue: 1 << 0)
                             ^
Swift.OptionSet:2:23: note: candidate '() -> _' has 1 parameter, but context '() -> StorageMode' has 0
    @inlinable public init()
                      ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:19:32: error: no exact matches in call to initializer
    public static let memory = Self(rawValue: 1 << 1)
                               ^
/host/spi-builder-workspace/Sources/Core/Storable.swift:19:32: note: candidate expects value of type 'StorageMode' for parameter #1 (got 'Int')
    public static let memory = Self(rawValue: 1 << 1)
                               ^
Swift.OptionSet:2:23: note: candidate '() -> _' has 1 parameter, but context '() -> StorageMode' has 0
    @inlinable public init()
                      ^
error: fatalError
BUILD FAILURE 5.9 linux