The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DeckUI, reference main (5ebd26), with Swift 6.0 for macOS (SPM) on 18 Jul 2025 17:56:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/joshdholtz/DeckUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joshdholtz/DeckUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5ebd267 Add CLAUDE.md with project-specific rules for DeckUI
Cloned https://github.com/joshdholtz/DeckUI.git
Revision (git rev-parse @):
5ebd26758fa3037e2ac195d0409112db5e64f1ea
SUCCESS checkout https://github.com/joshdholtz/DeckUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/joshdholtz/DeckUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/28] Emitting module Splash
[5/30] Compiling Splash TokenType.swift
[6/30] Compiling Splash Tokenizer.swift
[7/30] Compiling Splash OutputBuilder.swift
[8/30] Compiling Splash OutputFormat.swift
[9/30] Compiling Splash SyntaxHighlighter.swift
[10/30] Compiling Splash Sequence+AnyOf.swift
[11/30] Compiling Splash Sequence+Occurrences.swift
[12/30] Compiling Splash String+HTMLEntities.swift
[13/30] Compiling Splash CharacterSet+Contains.swift
[14/30] Compiling Splash Equatable+AnyOf.swift
[15/30] Compiling Splash Int+IsOdd.swift
[16/30] Compiling Splash String+IsNumber.swift
[17/30] Compiling Splash String+PrefixChecking.swift
[18/30] Compiling Splash String+Removing.swift
[19/30] Compiling Splash AttributedStringOutputFormat.swift
[20/30] Compiling Splash HTMLOutputFormat.swift
[21/30] Compiling Splash MarkdownDecorator.swift
[22/30] Compiling Splash Theme.swift
[23/30] Compiling Splash Segment.swift
[24/30] Compiling Splash SyntaxRule.swift
[25/30] Compiling Splash Color.swift
[26/30] Compiling Splash Substring+HasSuffix.swift
[27/30] Compiling Splash Grammar.swift
[28/30] Compiling Splash SwiftGrammar.swift
[29/30] Compiling Splash Font.swift
[30/30] Compiling Splash Theme+Defaults.swift
[31/53] Emitting module DeckUI
[32/55] Compiling DeckUI NoGrammar.swift
[33/55] Compiling DeckUI ProgrammingLanguage.swift
[34/55] Compiling DeckUI DeckUI.swift
[35/55] Compiling DeckUI Deprecations.swift
[36/55] Compiling DeckUI PresentationState.swift
[37/55] Compiling DeckUI CodeComponent.swift
[38/55] Compiling DeckUI CodeComponentFormat.swift
[39/55] Compiling DeckUI CodeTheme.swift
[40/55] Compiling DeckUI RawView.swift
[41/55] Compiling DeckUI Title.swift
[42/55] Compiling DeckUI Words.swift
[43/55] Compiling DeckUI PresenterNotesView.swift
[44/55] Compiling DeckUI SlideNavigation.swift
[45/55] Compiling DeckUI Code.swift
[46/55] Compiling DeckUI Columns.swift
[47/55] Compiling DeckUI Media.swift
[48/55] Compiling DeckUI Compatibility.swift
[49/55] Compiling DeckUI ContentItem.swift
[50/55] Compiling DeckUI Bullets.swift
[51/55] Compiling DeckUI CameraView.swift
[52/55] Compiling DeckUI Presenter.swift
[53/55] Compiling DeckUI Deck.swift
[54/55] Compiling DeckUI Slide.swift
[55/55] Compiling DeckUI Theme.swift
Build complete! (17.22s)
Fetching https://github.com/johnsundell/Splash.git
[1/2173] Fetching splash
Fetched https://github.com/johnsundell/Splash.git from cache (0.96s)
Computing version for https://github.com/johnsundell/Splash.git
Computed https://github.com/johnsundell/Splash.git at 0.16.0 (0.56s)
Creating working copy for https://github.com/johnsundell/Splash.git
Working copy of https://github.com/johnsundell/Splash.git resolved at 0.16.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Splash.git"
    }
  ],
  "manifest_display_name" : "DeckUI",
  "name" : "DeckUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DeckUI",
      "targets" : [
        "DeckUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeckUITests",
      "module_type" : "SwiftTarget",
      "name" : "DeckUITests",
      "path" : "Tests/DeckUITests",
      "sources" : [
        "DeckUITests.swift"
      ],
      "target_dependencies" : [
        "DeckUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeckUI",
      "module_type" : "SwiftTarget",
      "name" : "DeckUI",
      "path" : "Sources/DeckUI",
      "product_dependencies" : [
        "Splash"
      ],
      "product_memberships" : [
        "DeckUI"
      ],
      "sources" : [
        "Compatibility.swift",
        "DSL/ContentItem.swift",
        "DSL/ContentItems/Bullets.swift",
        "DSL/ContentItems/Code.swift",
        "DSL/ContentItems/Columns.swift",
        "DSL/ContentItems/Media.swift",
        "DSL/ContentItems/RawView.swift",
        "DSL/ContentItems/Title.swift",
        "DSL/ContentItems/Words.swift",
        "DSL/Deck.swift",
        "DSL/Slide.swift",
        "DSL/Theme.swift",
        "DeckUI.swift",
        "Deprecations.swift",
        "PresentationState.swift",
        "Syntax Highlight/CodeComponent.swift",
        "Syntax Highlight/CodeComponentFormat.swift",
        "Syntax Highlight/CodeTheme.swift",
        "Syntax Highlight/Grammar/NoGrammar.swift",
        "Syntax Highlight/ProgrammingLanguage.swift",
        "Views/CameraView.swift",
        "Views/Presenter.swift",
        "Views/PresenterNotesView.swift",
        "Views/SlideNavigation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.