Build Information
Successful build of SwiftFountain, reference v0.2.0 (efe98e), with Swift 6.3 for macOS (SPM) on 5 May 2026 07:33:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QiyangStudio/SwiftFountain.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QiyangStudio/SwiftFountain
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at efe98ee Release SwiftFountain 0.2.0
Cloned https://github.com/QiyangStudio/SwiftFountain.git
Revision (git rev-parse @):
efe98ee954aa56cd31d09bef2096684d13565bcc
SUCCESS checkout https://github.com/QiyangStudio/SwiftFountain.git at v0.2.0
========================================
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": "swiftfountain",
"name": "SwiftFountain",
"url": "https://github.com/QiyangStudio/SwiftFountain.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFountain",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/QiyangStudio/SwiftFountain.git
[1/62] Fetching swiftfountain
Fetched https://github.com/QiyangStudio/SwiftFountain.git from cache (0.66s)
Creating working copy for https://github.com/QiyangStudio/SwiftFountain.git
Working copy of https://github.com/QiyangStudio/SwiftFountain.git resolved at v0.2.0 (efe98ee)
warning: '.resolve-product-dependencies': dependency 'swiftfountain' 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/QiyangStudio/SwiftFountain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/11] Compiling SwiftFountain TitlePageParser.swift
[5/11] Compiling SwiftFountain Sanitizer.swift
[6/11] Compiling SwiftFountain ParserSupport.swift
[7/11] Compiling SwiftFountain LineParsing.swift
[8/11] Compiling SwiftFountain FountainParser.swift
[9/11] Compiling SwiftFountain InlineStyleParser.swift
[10/11] Compiling SwiftFountain Models.swift
[11/11] Emitting module SwiftFountain
[12/13] Compiling SwiftFountainSwiftUI FountainHighlightDemoView.swift
[13/13] Emitting module SwiftFountainSwiftUI
Build complete! (10.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftFountain",
"name" : "SwiftFountain",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftFountain",
"targets" : [
"SwiftFountain"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftFountainSwiftUI",
"targets" : [
"SwiftFountainSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftFountainTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFountainTests",
"path" : "Tests/SwiftFountainTests",
"sources" : [
"SwiftFountainTests.swift"
],
"target_dependencies" : [
"SwiftFountain"
],
"type" : "test"
},
{
"c99name" : "SwiftFountainSwiftUI",
"module_type" : "SwiftTarget",
"name" : "SwiftFountainSwiftUI",
"path" : "Sources/SwiftFountainSwiftUI",
"product_memberships" : [
"SwiftFountainSwiftUI"
],
"sources" : [
"FountainHighlightDemoView.swift"
],
"target_dependencies" : [
"SwiftFountain"
],
"type" : "library"
},
{
"c99name" : "SwiftFountain",
"module_type" : "SwiftTarget",
"name" : "SwiftFountain",
"path" : "Sources/SwiftFountain",
"product_memberships" : [
"SwiftFountain",
"SwiftFountainSwiftUI"
],
"sources" : [
"FountainParser.swift",
"InlineStyleParser.swift",
"LineParsing.swift",
"Models.swift",
"ParserSupport.swift",
"Sanitizer.swift",
"TitlePageParser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.