This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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:             6.0
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-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 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 Font.swift
[9/46] Compiling Splash Theme+Defaults.swift
[10/46] Compiling Splash Theme.swift
[11/46] Compiling Splash MarkdownDecorator.swift
[12/46] Compiling Splash OutputBuilder.swift
[13/46] Compiling Splash OutputFormat.swift
[14/46] Compiling Splash SwiftGrammar.swift
[15/46] Compiling Splash AttributedStringOutputFormat.swift
[16/46] Compiling Splash HTMLOutputFormat.swift
[17/46] Compiling Splash Segment.swift
[18/46] Compiling Splash TokenType.swift
[19/46] Compiling Splash Tokenizer.swift
[20/46] Compiling Splash SyntaxHighlighter.swift
[21/46] Compiling Splash SyntaxRule.swift
[22/46] Compiling Splash Color.swift
[23/46] Compiling Splash CharacterSet+Contains.swift
[24/46] Compiling Splash Equatable+AnyOf.swift
[25/46] Compiling Splash Int+IsOdd.swift
[26/46] Compiling Splash Sequence+AnyOf.swift
[27/46] Compiling Splash Sequence+Occurrences.swift
[28/46] Compiling Splash String+HTMLEntities.swift
[29/46] Compiling Splash String+IsNumber.swift
[30/46] Compiling Splash String+PrefixChecking.swift
[31/46] Compiling Splash String+Removing.swift
[32/46] Compiling Splash Substring+HasSuffix.swift
[33/46] Compiling Splash Grammar.swift
[34/51] Wrapping AST for Splash for debugging
[36/60] Compiling SplashImageGen NSGraphicsContext+Fill.swift
[37/60] Emitting module SplashImageGen
[38/60] Compiling SplashImageGen CGImage+WriteToURL.swift
[39/60] Compiling SplashImageGen CommandLine+Options.swift
[40/60] Compiling SplashImageGen main.swift
[41/60] Compiling SplashImageGen NSGraphicsContext+InitWithSize.swift
[42/61] Compiling SplashTokenizer main.swift
[43/61] Compiling SplashTokenizer TokenizerOutputFormat.swift
[44/61] Emitting module SplashTokenizer
[45/62] Compiling SplashHTMLGen main.swift
[47/62] Emitting module SplashHTMLGen
[48/62] Compiling SplashMarkdown main.swift
[49/62] Emitting module SplashMarkdown
[50/64] Wrapping AST for SplashImageGen for debugging
[51/64] Write Objects.LinkFileList
[53/64] Wrapping AST for SplashTokenizer for debugging
[54/64] Write Objects.LinkFileList
[56/64] Wrapping AST for SplashHTMLGen for debugging
[57/64] Write Objects.LinkFileList
[58/64] Linking SplashImageGen
[59/64] Linking SplashTokenizer
[60/64] Linking SplashHTMLGen
[61/64] Wrapping AST for SplashMarkdown for debugging
[62/64] Write Objects.LinkFileList
[63/64] Linking SplashMarkdown
Build complete! (17.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Splash",
  "name" : "Splash",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Splash",
      "targets" : [
        "Splash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SplashMarkdown",
      "targets" : [
        "SplashMarkdown"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SplashHTMLGen",
      "targets" : [
        "SplashHTMLGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SplashImageGen",
      "targets" : [
        "SplashImageGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "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/HTMLOutputFormatTests.swift",
        "Tests/LiteralTests.swift",
        "Tests/MarkdownTests.swift",
        "Tests/OptionalTests.swift",
        "Tests/PreprocessorTests.swift",
        "Tests/StatementTests.swift",
        "Tests/TokenTypeTests.swift"
      ],
      "target_dependencies" : [
        "Splash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SplashMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "SplashMarkdown",
      "path" : "Sources/SplashMarkdown",
      "product_memberships" : [
        "SplashMarkdown"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Splash"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SplashImageGen",
      "module_type" : "SwiftTarget",
      "name" : "SplashImageGen",
      "path" : "Sources/SplashImageGen",
      "product_memberships" : [
        "SplashImageGen"
      ],
      "sources" : [
        "Extensions/CGImage+WriteToURL.swift",
        "Extensions/CommandLine+Options.swift",
        "Extensions/NSGraphicsContext+Fill.swift",
        "Extensions/NSGraphicsContext+InitWithSize.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Splash"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SplashHTMLGen",
      "module_type" : "SwiftTarget",
      "name" : "SplashHTMLGen",
      "path" : "Sources/SplashHTMLGen",
      "product_memberships" : [
        "SplashHTMLGen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Splash"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Splash",
      "module_type" : "SwiftTarget",
      "name" : "Splash",
      "path" : "Sources/Splash",
      "product_memberships" : [
        "Splash",
        "SplashMarkdown",
        "SplashHTMLGen",
        "SplashImageGen",
        "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/AttributedStringOutputFormat.swift",
        "Output/HTMLOutputFormat.swift",
        "Output/MarkdownDecorator.swift",
        "Output/OutputBuilder.swift",
        "Output/OutputFormat.swift",
        "Syntax/SyntaxHighlighter.swift",
        "Syntax/SyntaxRule.swift",
        "Theming/Color.swift",
        "Theming/Font.swift",
        "Theming/Theme+Defaults.swift",
        "Theming/Theme.swift",
        "Tokenizing/Segment.swift",
        "Tokenizing/TokenType.swift",
        "Tokenizing/Tokenizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.