The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Saga, reference 3.4.0 (4f031d), with Swift 6.0 for macOS (SPM) on 1 May 2026 15:25:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/loopwerk/Saga.git
Reference: 3.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Saga
 * tag               3.4.0      -> FETCH_HEAD
HEAD is now at 4f031df feat: Simplified the API by deprecating `register {}`, which is functionally replaced by `afterWrite {}`
Cloned https://github.com/loopwerk/Saga.git
Revision (git rev-parse @):
4f031dff4e4b33524dab9d7151b578f26d56b851
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/loopwerk/Saga.git at 3.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loopwerk/Saga.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Emitting module SagaPathKit
[5/5] Compiling SagaPathKit SagaPathKit.swift
[6/26] Emitting module Saga
[7/28] Compiling Saga Reader.swift
[8/28] Compiling Saga RenderingContexts.swift
[9/28] Compiling Saga String+Slugify.swift
[10/28] Compiling Saga Writer.swift
[11/28] Compiling Saga Saga+AtomFeed.swift
[12/28] Compiling Saga Saga+Build.swift
[13/28] Compiling Saga Saga+Sitemap.swift
[14/28] Compiling Saga Saga+Utils.swift
[15/28] Compiling Saga I18NConfig.swift
[16/28] Compiling Saga Item.swift
[17/28] Compiling Saga ItemWriteMode.swift
[18/28] Compiling Saga MetadataDecoder.swift
[19/28] Compiling Saga Path+Extensions.swift
[20/28] Compiling Saga Saga.swift
[21/28] Compiling Saga StepBuilder.swift
[22/28] Compiling Saga BuildReason.swift
[23/28] Compiling Saga FileIO.swift
[24/28] Compiling Saga FolderMonitor.swift
[25/28] Compiling Saga Saga+I18n.swift
[26/28] Compiling Saga Saga+Pipeline.swift
[27/28] Compiling Saga Saga+FetchCache.swift
[28/28] Compiling Saga Saga+Hashed.swift
Build complete! (19.72s)
Fetching https://github.com/loopwerk/SagaPathKit
Fetching https://github.com/apple/swift-crypto
[1/829] Fetching sagapathkit
[764/18286] Fetching sagapathkit, swift-crypto
Fetched https://github.com/loopwerk/SagaPathKit from cache (2.36s)
Fetched https://github.com/apple/swift-crypto from cache (2.36s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (0.45s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (3.54s)
Fetching https://github.com/apple/swift-asn1.git
[1/1813] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.98s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.37s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/loopwerk/SagaPathKit
Working copy of https://github.com/loopwerk/SagaPathKit resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sagapathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/SagaPathKit"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    }
  ],
  "manifest_display_name" : "Saga",
  "name" : "Saga",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Saga",
      "targets" : [
        "Saga"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SagaTests",
      "module_type" : "SwiftTarget",
      "name" : "SagaTests",
      "path" : "Tests/SagaTests",
      "sources" : [
        "FolderMonitorTests.swift",
        "I18nTests.swift",
        "NestedTests.swift",
        "SagaTests.swift"
      ],
      "target_dependencies" : [
        "Saga"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Saga",
      "module_type" : "SwiftTarget",
      "name" : "Saga",
      "path" : "Sources/Saga",
      "product_dependencies" : [
        "SagaPathKit",
        "Crypto"
      ],
      "product_memberships" : [
        "Saga"
      ],
      "sources" : [
        "BuildReason.swift",
        "FileIO.swift",
        "FolderMonitor.swift",
        "I18NConfig.swift",
        "Item.swift",
        "ItemWriteMode.swift",
        "MetadataDecoder.swift",
        "Path+Extensions.swift",
        "Reader.swift",
        "RenderingContexts.swift",
        "Saga+AtomFeed.swift",
        "Saga+Build.swift",
        "Saga+FetchCache.swift",
        "Saga+Hashed.swift",
        "Saga+I18n.swift",
        "Saga+Pipeline.swift",
        "Saga+Sitemap.swift",
        "Saga+Utils.swift",
        "Saga.swift",
        "StepBuilder.swift",
        "String+Slugify.swift",
        "Writer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.