The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Chronicle, reference main (2e442a), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 01:31:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saagarjha/Chronicle.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saagarjha/Chronicle
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2e442a8 Format
Cloned https://github.com/saagarjha/Chronicle.git
Revision (git rev-parse @):
2e442a8f1e559a5e4807955b741520db8127b1f2
SUCCESS checkout https://github.com/saagarjha/Chronicle.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": "chronicle",
      "name": "Chronicle",
      "url": "https://github.com/saagarjha/Chronicle.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Chronicle",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/saagarjha/Chronicle.git
[1/98] Fetching chronicle
Fetched https://github.com/saagarjha/Chronicle.git from cache (0.66s)
Creating working copy for https://github.com/saagarjha/Chronicle.git
Working copy of https://github.com/saagarjha/Chronicle.git resolved at main (2e442a8)
warning: '.resolve-product-dependencies': dependency 'chronicle' 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/saagarjha/Chronicle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--6988338F2F200930.txt
[4/7] Emitting module Macros
[5/7] Compiling Macros Macro.swift
[5/7] Write Objects.LinkFileList
[6/7] Linking Macros-tool
[8/17] Compiling Chronicle Epilog.swift
[9/17] Compiling Chronicle Loggable.swift
[10/17] Compiling Chronicle Entry.swift
[11/17] Compiling Chronicle Macro.swift
[12/17] Compiling Chronicle StringCollector.swift
[13/17] Compiling Chronicle Logger.swift
[14/17] Compiling Chronicle EntrySequence.swift
[15/17] Compiling Chronicle Buffer.swift
[16/17] Emitting module Chronicle
[17/17] Compiling Chronicle Chronicle.swift
Build complete! (6.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Chronicle",
  "name" : "Chronicle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Chronicle",
      "targets" : [
        "Chronicle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "Sources/Macros",
      "product_memberships" : [
        "Chronicle",
        "Macros"
      ],
      "sources" : [
        "Macro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ChronicleTests",
      "module_type" : "SwiftTarget",
      "name" : "ChronicleTests",
      "path" : "Tests/ChronicleTests",
      "sources" : [
        "ChronicleTests.swift"
      ],
      "target_dependencies" : [
        "Chronicle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Chronicle",
      "module_type" : "SwiftTarget",
      "name" : "Chronicle",
      "path" : "Sources/Chronicle",
      "product_memberships" : [
        "Chronicle"
      ],
      "sources" : [
        "Buffer.swift",
        "Chronicle.swift",
        "Entry.swift",
        "EntrySequence.swift",
        "Epilog.swift",
        "Loggable.swift",
        "Logger.swift",
        "Macro.swift",
        "StringCollector.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.