Build Information
Failed to build SwiftUIFormattedText, reference 0.0.5 (d680aa), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:45:48 UTC.
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/lukasmoellerch/SwiftUIFormattedText.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukasmoellerch/SwiftUIFormattedText
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at d680aa3 made init public
Cloned https://github.com/lukasmoellerch/SwiftUIFormattedText.git
Revision (git rev-parse @):
d680aa3f7c93b1ca0789bb9687852f2c2b8152ef
SUCCESS checkout https://github.com/lukasmoellerch/SwiftUIFormattedText.git at 0.0.5
========================================
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": "swiftuiformattedtext",
"name": "SwiftUIFormattedText",
"url": "https://github.com/lukasmoellerch/SwiftUIFormattedText.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIFormattedText",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/lukasmoellerch/SwiftUIFormattedText.git
[1/56] Fetching swiftuiformattedtext
Fetched https://github.com/lukasmoellerch/SwiftUIFormattedText.git from cache (0.73s)
Creating working copy for https://github.com/lukasmoellerch/SwiftUIFormattedText.git
Working copy of https://github.com/lukasmoellerch/SwiftUIFormattedText.git resolved at 0.0.5 (d680aa3)
warning: '.resolve-product-dependencies': dependency 'swiftuiformattedtext' 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/lukasmoellerch/SwiftUIFormattedText.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Emitting module SwiftUIFormattedText
[4/4] Compiling SwiftUIFormattedText SwiftUIFormattedText.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIFormattedText/SwiftUIFormattedText.swift:93:29: error: value of type 'Text' has no member 'color'
91 | }
92 | if let color = style.color {
93 | node = node.color(color)
| `- error: value of type 'Text' has no member 'color'
94 | }
95 | return node
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIFormattedText/SwiftUIFormattedText.swift:344:54: error: cannot find 'Length' in scope
342 | let sizeString = attributes["size"],
343 | let size = NumberFormatter().number(from: sizeString)?.floatValue {
344 | font = Font.custom(family, size: Length(size))
| `- error: cannot find 'Length' in scope
345 | }
346 | let style = AttributedStringStyle(font: font, color: color)
BUILD FAILURE 6.3 macosSpm