Build Information
Successful build of Nifty Markdown Formatter, reference 0.3.5 (8ff20d
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:58:53 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/NiftyTreeStudios/Nifty-Markdown-Formatter.git
Reference: 0.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NiftyTreeStudios/Nifty-Markdown-Formatter
* tag 0.3.5 -> FETCH_HEAD
HEAD is now at 8ff20d2 Merge pull request #21 from thearusable/main
Cloned https://github.com/NiftyTreeStudios/Nifty-Markdown-Formatter.git
Revision (git rev-parse @):
8ff20d28ab07c4923d9882321bf3de829fc86edc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NiftyTreeStudios/Nifty-Markdown-Formatter.git at 0.3.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/NiftyTreeStudios/Nifty-Markdown-Formatter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling NiftyMarkdownFormatter Lists.swift
[6/10] Compiling NiftyMarkdownFormatter Images.swift
[7/10] Compiling NiftyMarkdownFormatter NiftyMarkdownFormatter.swift
[8/10] Emitting module NiftyMarkdownFormatter
[9/10] Compiling NiftyMarkdownFormatter Headings.swift
[10/10] Compiling NiftyMarkdownFormatter NSRegularExpression+Ext.swift
Build complete! (21.33s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.80s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Nifty Markdown Formatter",
"name" : "Nifty Markdown Formatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Nifty Markdown Formatter",
"targets" : [
"NiftyMarkdownFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NiftyMarkdownFormatterTests",
"module_type" : "SwiftTarget",
"name" : "NiftyMarkdownFormatterTests",
"path" : "Tests/NiftyMarkdownFormatterTests",
"sources" : [
"NiftyMarkdownFormatterTests.swift"
],
"target_dependencies" : [
"NiftyMarkdownFormatter"
],
"type" : "test"
},
{
"c99name" : "NiftyMarkdownFormatter",
"module_type" : "SwiftTarget",
"name" : "NiftyMarkdownFormatter",
"path" : "Sources/NiftyMarkdownFormatter",
"product_memberships" : [
"Nifty Markdown Formatter"
],
"sources" : [
"Extensions/NSRegularExpression+Ext.swift",
"Headings.swift",
"Images.swift",
"Lists.swift",
"NiftyMarkdownFormatter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.