The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Splash with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/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: 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/JohnSundell/Splash
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2e3f17c Correctly highlight the 'any' keyword when used within other type references (#130)
Cloned https://github.com/JohnSundell/Splash.git
Revision (git rev-parse @):
2e3f17c2d09689c8bf175c4a84ff7f2ad3353301
SUCCESS checkout https://github.com/JohnSundell/Splash.git at master
========================================
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-0":/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] Compiling Splash SyntaxHighlighter.swift
[8/43] Compiling Splash SyntaxRule.swift
[9/43] Compiling Splash Color.swift
[10/43] Compiling Splash Font.swift
[11/43] Compiling Splash Theme+Defaults.swift
[12/43] Compiling Splash Theme.swift
[13/46] Compiling Splash SwiftGrammar.swift
[14/46] Compiling Splash AttributedStringOutputFormat.swift
[15/46] Compiling Splash HTMLOutputFormat.swift
[16/46] Compiling Splash MarkdownDecorator.swift
[17/46] Compiling Splash OutputBuilder.swift
[18/46] Compiling Splash OutputFormat.swift
[19/46] Compiling Splash CharacterSet+Contains.swift
[20/46] Compiling Splash Equatable+AnyOf.swift
[21/46] Compiling Splash Int+IsOdd.swift
[22/46] Compiling Splash Sequence+AnyOf.swift
[23/46] Emitting module Splash
[24/46] Compiling Splash Sequence+Occurrences.swift
[25/46] Compiling Splash String+HTMLEntities.swift
[26/46] Compiling Splash String+IsNumber.swift
[27/46] Compiling Splash String+PrefixChecking.swift
[28/46] Compiling Splash String+Removing.swift
[29/46] Compiling Splash Substring+HasSuffix.swift
[30/46] Compiling Splash Grammar.swift
[31/46] Compiling Splash Segment.swift
[32/46] Compiling Splash TokenType.swift
[33/46] Compiling Splash Tokenizer.swift
[34/47] Wrapping AST for Splash for debugging
[36/60] Compiling SplashImageGen CGImage+WriteToURL.swift
[37/60] Emitting module SplashImageGen
[38/60] Emitting module SplashHTMLGen
[39/60] Compiling SplashHTMLGen main.swift
[40/60] Compiling SplashMarkdown main.swift
[41/60] Compiling SplashImageGen main.swift
[42/60] Emitting module SplashMarkdown
[43/60] Compiling SplashImageGen NSGraphicsContext+Fill.swift
[44/60] Compiling SplashImageGen CommandLine+Options.swift
[45/60] Compiling SplashImageGen NSGraphicsContext+InitWithSize.swift
[46/63] Compiling SplashTokenizer main.swift
[49/63] Emitting module SplashTokenizer
[50/63] Compiling SplashTokenizer TokenizerOutputFormat.swift
[51/64] Wrapping AST for SplashHTMLGen for debugging
[52/64] Write Objects.LinkFileList
[54/64] Wrapping AST for SplashMarkdown for debugging
[55/64] Write Objects.LinkFileList
[56/64] Wrapping AST for SplashImageGen for debugging
[57/64] Write Objects.LinkFileList
[58/64] Wrapping AST for SplashTokenizer for debugging
[59/64] Write Objects.LinkFileList
[60/64] Linking SplashImageGen
[61/64] Linking SplashMarkdown
[62/64] Linking SplashHTMLGen
[63/64] Linking SplashTokenizer
Build complete! (14.26s)
Build complete.
Done.