Build Information
Successful build of Splash, reference master (ed0878
), with Swift 5.9 for Linux on 4 Feb 2025 06:56:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/ShaftUI/Splash.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/ShaftUI/Splash
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ed08785 Update
Cloned https://github.com/ShaftUI/Splash.git
Revision (git rev-parse @):
ed08785980b61de9b98306434410ce7fc10572ea
SUCCESS checkout https://github.com/ShaftUI/Splash.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/ShaftUI/Splash.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[1/23] Emitting module Splash
[2/25] Compiling Splash Substring+HasSuffix.swift
[3/25] Compiling Splash Grammar.swift
[4/25] Compiling Splash SwiftGrammar.swift
[5/25] Compiling Splash SyntaxRule.swift
[6/25] Compiling Splash Segment.swift
[7/25] Compiling Splash OutputFormat.swift
[8/25] Compiling Splash SyntaxHighlighter.swift
[9/25] Compiling Splash Sequence+AnyOf.swift
[10/25] Compiling Splash Sequence+Occurrences.swift
[11/25] Compiling Splash String+HTMLEntities.swift
[12/25] Compiling Splash String+IsNumber.swift
[13/25] Compiling Splash String+PrefixChecking.swift
[14/25] Compiling Splash String+Removing.swift
[15/25] Compiling Splash HTMLOutputFormat.swift
[16/25] Compiling Splash MarkdownDecorator.swift
[17/25] Compiling Splash OutputBuilder.swift
[18/25] Compiling Splash CharacterSet+Contains.swift
[19/25] Compiling Splash Equatable+AnyOf.swift
[20/25] Compiling Splash Int+IsOdd.swift
[21/25] Compiling Splash TokenType.swift
[22/25] Compiling Splash Tokenizer.swift
[24/27] Wrapping AST for Splash for debugging
[26/30] Compiling SplashTokenizer main.swift
[27/30] Emitting module SplashTokenizer
[28/30] Compiling SplashTokenizer TokenizerOutputFormat.swift
[30/32] Wrapping AST for SplashTokenizer for debugging
[31/32] Linking SplashTokenizer
Build complete! (7.41s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Splash",
"name" : "Splash",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Splash",
"targets" : [
"Splash"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SplashTokenizer",
"targets" : [
"SplashTokenizer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SplashTokenizer",
"module_type" : "SwiftTarget",
"name" : "SplashTokenizer",
"path" : "Sources/SplashTokenizer",
"product_memberships" : [
"SplashTokenizer"
],
"sources" : [
"TokenizerOutputFormat.swift",
"main.swift"
],
"target_dependencies" : [
"Splash"
],
"type" : "executable"
},
{
"c99name" : "SplashTests",
"module_type" : "SwiftTarget",
"name" : "SplashTests",
"path" : "Tests/SplashTests",
"sources" : [
"Core/SyntaxHighlighterTestCase.swift",
"Mocks/OutputBuilderMock.swift",
"Mocks/OutputFormatMock.swift",
"Tests/ClosureTests.swift",
"Tests/CommentTests.swift",
"Tests/DeclarationTests.swift",
"Tests/EnumTests.swift",
"Tests/FunctionCallTests.swift",
"Tests/LiteralTests.swift",
"Tests/OptionalTests.swift",
"Tests/PreprocessorTests.swift",
"Tests/StatementTests.swift",
"Tests/TokenTypeTests.swift"
],
"target_dependencies" : [
"Splash"
],
"type" : "test"
},
{
"c99name" : "Splash",
"module_type" : "SwiftTarget",
"name" : "Splash",
"path" : "Sources/Splash",
"product_memberships" : [
"Splash",
"SplashTokenizer"
],
"sources" : [
"Extensions/CharacterSet/CharacterSet+Contains.swift",
"Extensions/Equatable/Equatable+AnyOf.swift",
"Extensions/Int/Int+IsOdd.swift",
"Extensions/Sequence/Sequence+AnyOf.swift",
"Extensions/Sequence/Sequence+Occurrences.swift",
"Extensions/Strings/String+HTMLEntities.swift",
"Extensions/Strings/String+IsNumber.swift",
"Extensions/Strings/String+PrefixChecking.swift",
"Extensions/Strings/String+Removing.swift",
"Extensions/Strings/Substring+HasSuffix.swift",
"Grammar/Grammar.swift",
"Grammar/SwiftGrammar.swift",
"Output/HTMLOutputFormat.swift",
"Output/MarkdownDecorator.swift",
"Output/OutputBuilder.swift",
"Output/OutputFormat.swift",
"Syntax/SyntaxHighlighter.swift",
"Syntax/SyntaxRule.swift",
"Tokenizing/Segment.swift",
"Tokenizing/TokenType.swift",
"Tokenizing/Tokenizer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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
Done.