The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Splash, reference master (ed0878), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 17:33:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/Splash.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "splash",
      "name": "Splash",
      "url": "https://github.com/ShaftUI/Splash.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Splash",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ShaftUI/Splash.git
[1/1351] Fetching splash
Fetched https://github.com/ShaftUI/Splash.git from cache (0.95s)
Creating working copy for https://github.com/ShaftUI/Splash.git
Working copy of https://github.com/ShaftUI/Splash.git resolved at master (ed08785)
warning: '.resolve-product-dependencies': dependency 'splash' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ShaftUI/Splash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write SplashTokenizer-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/27] Emitting module Splash
[6/29] Compiling Splash TokenType.swift
[7/29] Compiling Splash Tokenizer.swift
[8/29] Compiling Splash SyntaxRule.swift
[9/29] Compiling Splash Segment.swift
[10/29] Compiling Splash SwiftGrammar.swift
[11/29] Compiling Splash HTMLOutputFormat.swift
[12/29] Compiling Splash String+PrefixChecking.swift
[13/29] Compiling Splash String+Removing.swift
[14/29] Compiling Splash OutputFormat.swift
[15/29] Compiling Splash SyntaxHighlighter.swift
[16/29] Compiling Splash MarkdownDecorator.swift
[17/29] Compiling Splash OutputBuilder.swift
[18/29] Compiling Splash Sequence+AnyOf.swift
[19/29] Compiling Splash Sequence+Occurrences.swift
[20/29] Compiling Splash Substring+HasSuffix.swift
[21/29] Compiling Splash Grammar.swift
[22/29] Compiling Splash CharacterSet+Contains.swift
[23/29] Compiling Splash Equatable+AnyOf.swift
[24/29] Compiling Splash Int+IsOdd.swift
[25/29] Compiling Splash String+HTMLEntities.swift
[26/29] Compiling Splash String+IsNumber.swift
[27/32] Compiling SplashTokenizer TokenizerOutputFormat.swift
[28/32] Compiling SplashTokenizer main.swift
[29/32] Emitting module SplashTokenizer
[29/32] Write Objects.LinkFileList
[30/32] Linking SplashTokenizer
[31/32] Applying SplashTokenizer
Build complete! (6.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Splash",
  "name" : "Splash",
  "path" : "/Users/admin/builder/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"
}
Done.