Build Information
Successful build of TerminalUI, reference main (39fff2), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:01:20 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/chriseidhof/TerminalUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chriseidhof/TerminalUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 39fff2e Update README.md
Cloned https://github.com/chriseidhof/TerminalUI.git
Revision (git rev-parse @):
39fff2eb0c83a223063ef06ddab43a6d5a900cec
SUCCESS checkout https://github.com/chriseidhof/TerminalUI.git at main
========================================
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": "terminalui",
"name": "TerminalUI",
"url": "https://github.com/chriseidhof/TerminalUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TerminalUI",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/chriseidhof/TerminalUI.git
[1/259] Fetching terminalui
Fetched https://github.com/chriseidhof/TerminalUI.git from cache (0.65s)
Creating working copy for https://github.com/chriseidhof/TerminalUI.git
Working copy of https://github.com/chriseidhof/TerminalUI.git resolved at main (39fff2e)
warning: '.resolve-product-dependencies': dependency 'terminalui' 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/chriseidhof/TerminalUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write sample-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/24] Compiling TerminalUI VStack.swift
[6/24] Compiling TerminalUI Views.swift
[7/25] Compiling TerminalUI OverlayBackground.swift
[8/25] Compiling TerminalUI Padding.swift
[9/25] Compiling TerminalUI RenderingContext.swift
[10/25] Compiling TerminalUI Text.swift
[11/25] Compiling TerminalUI ZStack.swift
[12/25] Compiling TerminalUI GeometryReader.swift
[13/25] Compiling TerminalUI HStack.swift
[14/25] Compiling TerminalUI Alignment.swift
[15/25] Compiling TerminalUI Border.swift
[16/25] Emitting module TerminalUI
[17/25] Compiling TerminalUI FlexibleFrame.swift
[18/25] Compiling TerminalUI Geometry.swift
[19/25] Compiling TerminalUI Helpers.swift
[20/25] Compiling TerminalUI Lowlevel.swift
[21/25] Compiling TerminalUI Color.swift
[22/25] Compiling TerminalUI FixedFrame.swift
[23/27] Emitting module sample
[24/27] Compiling sample main.swift
[24/27] Write Objects.LinkFileList
[25/27] Linking sample
[26/27] Applying sample
Build complete! (2.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TerminalUI",
"name" : "TerminalUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TerminalUI",
"targets" : [
"TerminalUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sample",
"targets" : [
"sample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "terminal_uiTests",
"module_type" : "SwiftTarget",
"name" : "terminal-uiTests",
"path" : "Tests/terminal-uiTests",
"sources" : [
"GeometryTests.swift",
"RegressionTests.swift",
"TestingContexts.swift",
"TextTests.swift",
"VStackTests.swift",
"XCTestManifests.swift",
"ZStackTests.swift"
],
"target_dependencies" : [
"TerminalUI"
],
"type" : "test"
},
{
"c99name" : "sample",
"module_type" : "SwiftTarget",
"name" : "sample",
"path" : "Sources/sample",
"product_memberships" : [
"sample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TerminalUI"
],
"type" : "executable"
},
{
"c99name" : "TerminalUI",
"module_type" : "SwiftTarget",
"name" : "TerminalUI",
"path" : "Sources/TerminalUI",
"product_memberships" : [
"TerminalUI",
"sample"
],
"sources" : [
"Alignment.swift",
"Border.swift",
"Color.swift",
"FixedFrame.swift",
"FlexibleFrame.swift",
"Geometry.swift",
"GeometryReader.swift",
"HStack.swift",
"Helpers.swift",
"Lowlevel.swift",
"OverlayBackground.swift",
"Padding.swift",
"RenderingContext.swift",
"Text.swift",
"VStack.swift",
"Views.swift",
"ZStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.