Build Information
Successful build of TimelineUI, reference 1.1.0 (3213c3), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 01:09:29 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/CleanCocoa/timeline-ui.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/timeline-ui
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 3213c3a docs: add expandable timeline documentation and animation GIF
Cloned https://github.com/CleanCocoa/timeline-ui.git
Revision (git rev-parse @):
3213c3a7cbb60c59bf7a283e6d6d48f814fd56c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CleanCocoa/timeline-ui.git at 1.1.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": "timeline-ui",
"name": "TimelineUI",
"url": "https://github.com/CleanCocoa/timeline-ui.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/timeline-ui",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/CleanCocoa/timeline-ui.git
[1/217] Fetching timeline-ui
Fetched https://github.com/CleanCocoa/timeline-ui.git from cache (0.99s)
Creating working copy for https://github.com/CleanCocoa/timeline-ui.git
Working copy of https://github.com/CleanCocoa/timeline-ui.git resolved at 1.1.0 (3213c3a)
warning: '.resolve-product-dependencies': dependency 'timeline-ui' 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/CleanCocoa/timeline-ui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write RenderPreviews-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/17] Compiling TimelineUI TimelineEventBlock.swift
[7/17] Compiling TimelineUI TimelineTransitionModifier.swift
[8/17] Compiling TimelineUI TimelineItem.swift
[9/17] Compiling TimelineUI ExpandableTimelineContainer.swift
[10/17] Compiling TimelineUI DayTimelineView.swift
[11/17] Compiling TimelineUI AccessPromptView.swift
[12/17] Compiling TimelineUI AccessRestrictedModifier.swift
[13/17] Emitting module TimelineUI
[14/17] Compiling TimelineUI CompactTimelineView.swift
[15/21] Emitting module RenderPreviews
[16/21] Compiling RenderPreviews main.swift
[16/21] Write Objects.LinkFileList
[18/21] Compiling TimelineUIEventKit EKEvent+TimelineItem.swift
[19/21] Emitting module TimelineUIEventKit
[19/21] Linking RenderPreviews
[20/21] Applying RenderPreviews
Build complete! (13.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TimelineUI",
"name" : "TimelineUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "TimelineUI",
"targets" : [
"TimelineUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TimelineUIEventKit",
"targets" : [
"TimelineUIEventKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RenderPreviews",
"targets" : [
"RenderPreviews"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TimelineUITests",
"module_type" : "SwiftTarget",
"name" : "TimelineUITests",
"path" : "Tests/TimelineUITests",
"sources" : [
"TimelineUITests.swift"
],
"target_dependencies" : [
"TimelineUI"
],
"type" : "test"
},
{
"c99name" : "TimelineUIEventKit",
"module_type" : "SwiftTarget",
"name" : "TimelineUIEventKit",
"path" : "Sources/TimelineUIEventKit",
"product_memberships" : [
"TimelineUIEventKit"
],
"sources" : [
"EKEvent+TimelineItem.swift"
],
"target_dependencies" : [
"TimelineUI"
],
"type" : "library"
},
{
"c99name" : "TimelineUI",
"module_type" : "SwiftTarget",
"name" : "TimelineUI",
"path" : "Sources/TimelineUI",
"product_memberships" : [
"TimelineUI",
"TimelineUIEventKit",
"RenderPreviews"
],
"sources" : [
"AccessPromptView.swift",
"AccessRestrictedModifier.swift",
"CompactTimelineView.swift",
"DayTimelineView.swift",
"ExpandableTimelineContainer.swift",
"TimelineEventBlock.swift",
"TimelineItem.swift",
"TimelineTransitionModifier.swift"
],
"type" : "library"
},
{
"c99name" : "RenderPreviews",
"module_type" : "SwiftTarget",
"name" : "RenderPreviews",
"path" : "Sources/RenderPreviews",
"product_memberships" : [
"RenderPreviews"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TimelineUI"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
Done.