Build Information
Successful build of DeckUI, reference main (df66ef
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 17:31:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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 df66efe Merge pull request #37 from zhbrass/iOSPresenterNotesView
Cloned https://github.com/joshdholtz/DeckUI.git
Revision (git rev-parse @):
df66efe501cfefbd76233eb2524c55f5a720d81f
SUCCESS checkout https://github.com/joshdholtz/DeckUI.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/joshdholtz/DeckUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/28] Emitting module Splash
[5/30] Compiling Splash TokenType.swift
[6/30] Compiling Splash Tokenizer.swift
[7/30] Compiling Splash String+IsNumber.swift
[8/30] Compiling Splash String+PrefixChecking.swift
[9/30] Compiling Splash String+Removing.swift
[10/30] Compiling Splash CharacterSet+Contains.swift
[11/30] Compiling Splash Equatable+AnyOf.swift
[12/30] Compiling Splash Int+IsOdd.swift
[13/30] Compiling Splash Sequence+AnyOf.swift
[14/30] Compiling Splash Sequence+Occurrences.swift
[15/30] Compiling Splash String+HTMLEntities.swift
[16/30] Compiling Splash OutputBuilder.swift
[17/30] Compiling Splash OutputFormat.swift
[18/30] Compiling Splash SyntaxHighlighter.swift
[19/30] Compiling Splash Theme.swift
[20/30] Compiling Splash Segment.swift
[21/30] Compiling Splash SyntaxRule.swift
[22/30] Compiling Splash Color.swift
[23/30] Compiling Splash Substring+HasSuffix.swift
[24/30] Compiling Splash Grammar.swift
[25/30] Compiling Splash SwiftGrammar.swift
[26/30] Compiling Splash AttributedStringOutputFormat.swift
[27/30] Compiling Splash HTMLOutputFormat.swift
[28/30] Compiling Splash MarkdownDecorator.swift
[29/30] Compiling Splash Font.swift
[30/30] Compiling Splash Theme+Defaults.swift
[31/53] Compiling DeckUI DeckUI.swift
[32/53] Compiling DeckUI Deprecations.swift
[33/53] Compiling DeckUI NoGrammar.swift
[34/53] Compiling DeckUI ProgrammingLanguage.swift
[35/55] Compiling DeckUI PresentationState.swift
[36/55] Compiling DeckUI CodeComponent.swift
[37/55] Compiling DeckUI CodeComponentFormat.swift
[38/55] Compiling DeckUI CodeTheme.swift
[39/55] Compiling DeckUI PresenterNotesView.swift
[40/55] Compiling DeckUI SlideNavigation.swift
[41/55] Compiling DeckUI Code.swift
[42/55] Compiling DeckUI Columns.swift
[43/55] Compiling DeckUI Media.swift
[44/55] Emitting module DeckUI
[45/55] Compiling DeckUI Compatibility.swift
[46/55] Compiling DeckUI ContentItem.swift
[47/55] Compiling DeckUI Bullets.swift
[48/55] Compiling DeckUI RawView.swift
[49/55] Compiling DeckUI Title.swift
[50/55] Compiling DeckUI Words.swift
[51/55] Compiling DeckUI Deck.swift
[52/55] Compiling DeckUI Slide.swift
[53/55] Compiling DeckUI Theme.swift
[54/55] Compiling DeckUI CameraView.swift
[55/55] Compiling DeckUI Presenter.swift
Build complete! (16.32s)
Fetching https://github.com/johnsundell/Splash.git
[1/2167] Fetching splash
Fetched https://github.com/johnsundell/Splash.git from cache (0.91s)
Computing version for https://github.com/johnsundell/Splash.git
Computed https://github.com/johnsundell/Splash.git at 0.16.0 (1.45s)
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.