Build Information
Successful build of Splash with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/Splash.git
Reference: 0.16.0
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/JohnSundell/Splash
* tag 0.16.0 -> FETCH_HEAD
HEAD is now at 7f4df43 Add support for Swift 5.5's concurrency features (#126)
Cloned https://github.com/JohnSundell/Splash.git
Revision (git rev-parse @):
7f4df436eb78fe64fe2c32c58006e9949fa28ad8
SUCCESS checkout https://github.com/JohnSundell/Splash.git at 0.16.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/JohnSundell/Splash.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/19] Write sources
[5/19] Write swift-version-24593BA9C3E375BF.txt
[7/43] Emitting module Splash
[8/46] Compiling Splash Segment.swift
[9/46] Compiling Splash TokenType.swift
[10/46] Compiling Splash Tokenizer.swift
[11/46] Compiling Splash Sequence+Occurrences.swift
[12/46] Compiling Splash String+HTMLEntities.swift
[13/46] Compiling Splash String+IsNumber.swift
[14/46] Compiling Splash String+PrefixChecking.swift
[15/46] Compiling Splash String+Removing.swift
[16/46] Compiling Splash Substring+HasSuffix.swift
[17/46] Compiling Splash Grammar.swift
[18/46] Compiling Splash SwiftGrammar.swift
[19/46] Compiling Splash AttributedStringOutputFormat.swift
[20/46] Compiling Splash HTMLOutputFormat.swift
[21/46] Compiling Splash CharacterSet+Contains.swift
[22/46] Compiling Splash Equatable+AnyOf.swift
[23/46] Compiling Splash Int+IsOdd.swift
[24/46] Compiling Splash Sequence+AnyOf.swift
[25/46] Compiling Splash SyntaxHighlighter.swift
[26/46] Compiling Splash SyntaxRule.swift
[27/46] Compiling Splash Color.swift
[28/46] Compiling Splash Font.swift
[29/46] Compiling Splash Theme+Defaults.swift
[30/46] Compiling Splash Theme.swift
[31/46] Compiling Splash MarkdownDecorator.swift
[32/46] Compiling Splash OutputBuilder.swift
[33/46] Compiling Splash OutputFormat.swift
[34/47] Wrapping AST for Splash for debugging
[36/60] Emitting module SplashImageGen
[37/60] Compiling SplashImageGen CGImage+WriteToURL.swift
[38/60] Compiling SplashImageGen CommandLine+Options.swift
[39/60] Compiling SplashImageGen NSGraphicsContext+Fill.swift
[40/60] Compiling SplashImageGen main.swift
[41/60] Compiling SplashImageGen NSGraphicsContext+InitWithSize.swift
[42/61] Emitting module SplashMarkdown
[43/61] Emitting module SplashHTMLGen
[45/61] Compiling SplashTokenizer main.swift
[46/61] Emitting module SplashTokenizer
[47/61] Compiling SplashHTMLGen main.swift
[48/61] Compiling SplashMarkdown main.swift
[49/62] Compiling SplashTokenizer TokenizerOutputFormat.swift
[49/63] Wrapping AST for SplashImageGen for debugging
[50/63] Write Objects.LinkFileList
[54/64] Wrapping AST for SplashHTMLGen for debugging
[55/64] Write Objects.LinkFileList
[56/64] Wrapping AST for SplashTokenizer for debugging
[57/64] Write Objects.LinkFileList
[58/64] Wrapping AST for SplashMarkdown for debugging
[59/64] Write Objects.LinkFileList
[60/64] Linking SplashImageGen
[61/64] Linking SplashHTMLGen
[62/64] Linking SplashTokenizer
[63/64] Linking SplashMarkdown
Build complete! (13.58s)
Build complete.
Done.