The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TimelineUI, reference main (3213c3), with Swift 6.2 for macOS (SPM) on 31 Dec 2025 15:15:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/timeline-ui.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/timeline-ui
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CleanCocoa/timeline-ui.git
[1/217] Fetching timeline-ui
Fetched https://github.com/CleanCocoa/timeline-ui.git from cache (1.09s)
Creating working copy for https://github.com/CleanCocoa/timeline-ui.git
Working copy of https://github.com/CleanCocoa/timeline-ui.git resolved at main (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.2
Building package at path:  $PWD
https://github.com/CleanCocoa/timeline-ui.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write RenderPreviews-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/17] Compiling TimelineUI TimelineTransitionModifier.swift
[7/17] Compiling TimelineUI TimelineItem.swift
[8/17] Compiling TimelineUI TimelineEventBlock.swift
[9/17] Compiling TimelineUI ExpandableTimelineContainer.swift
[10/17] Compiling TimelineUI DayTimelineView.swift
[11/17] Compiling TimelineUI AccessRestrictedModifier.swift
[12/17] Emitting module TimelineUI
[13/17] Compiling TimelineUI AccessPromptView.swift
[14/17] Compiling TimelineUI CompactTimelineView.swift
[15/21] Compiling RenderPreviews main.swift
[16/21] Emitting module RenderPreviews
[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! (11.40s)
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.