Build Information
Successful build of Logic Parser, reference main (99037e
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 10:25:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gerzer/LogicParser.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/Gerzer/LogicParser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 99037ef Add license
Cloned https://github.com/Gerzer/LogicParser.git
Revision (git rev-parse @):
99037ef0c8d4942c2de2bdd01e3b76b833fd76c3
SUCCESS checkout https://github.com/Gerzer/LogicParser.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Gerzer/LogicParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/palle-k/Covfefe.git
[1/2438] Fetching covfefe
Fetched https://github.com/palle-k/Covfefe.git from cache (0.44s)
Computing version for https://github.com/palle-k/Covfefe.git
Computed https://github.com/palle-k/Covfefe.git at 0.6.1 (0.95s)
Creating working copy for https://github.com/palle-k/Covfefe.git
Working copy of https://github.com/palle-k/Covfefe.git resolved at 0.6.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/20] Emitting module Covfefe
[5/22] Compiling Covfefe Grammar.swift
[6/22] Compiling Covfefe GrammarCheck.swift
[7/22] Compiling Covfefe ABNFImporter.swift
[8/22] Compiling Covfefe BNFImporter.swift
[9/22] Compiling Covfefe CYKParser.swift
[10/22] Compiling Covfefe CharacterSets.swift
[11/22] Compiling Covfefe EBNFImporter.swift
[12/22] Compiling Covfefe EarleyParser.swift
[13/22] Compiling Covfefe Tokenizer.swift
[14/22] Compiling Covfefe Utility.swift
[15/22] Compiling Covfefe StringUtility.swift
[16/22] Compiling Covfefe Symbols.swift
[17/22] Compiling Covfefe SyntaxTree.swift
[18/22] Compiling Covfefe Terminal.swift
[19/22] Compiling Covfefe Normalization.swift
[20/22] Compiling Covfefe Parser.swift
[21/22] Compiling Covfefe PrefixGrammar.swift
[22/22] Compiling Covfefe Productions.swift
[24/27] Compiling LogicParser LogicParser.swift
[25/27] Compiling LogicParser Errors.swift
[26/27] Compiling LogicParser LogicNode.swift
[27/27] Emitting module LogicParser
Build complete! (27.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "covfefe",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "0.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/palle-k/Covfefe.git"
}
],
"manifest_display_name" : "Logic Parser",
"name" : "Logic Parser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LogicParser",
"targets" : [
"LogicParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LogicParser",
"module_type" : "SwiftTarget",
"name" : "LogicParser",
"path" : "Sources/LogicParser",
"product_dependencies" : [
"Covfefe"
],
"product_memberships" : [
"LogicParser"
],
"sources" : [
"Errors.swift",
"LogicNode.swift",
"LogicParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.