The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Saga, reference main (4f031d), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 21:47:39 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/loopwerk/Saga.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Saga
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/loopwerk/SagaPathKit
[1/829] Fetching sagapathkit
[358/18265] Fetching sagapathkit, swift-crypto
Fetched https://github.com/loopwerk/SagaPathKit from cache (0.84s)
[175/17436] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.96s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (2.58s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (2.87s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.94s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (3.62s)
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.7.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
========================================
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": "saga",
      "name": "Saga",
      "url": "https://github.com/loopwerk/Saga.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Saga",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "sagapathkit",
          "name": "SagaPathKit",
          "url": "https://github.com/loopwerk/SagaPathKit",
          "version": "1.6.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SagaPathKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-crypto",
          "name": "swift-crypto",
          "url": "https://github.com/apple/swift-crypto",
          "version": "3.15.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-asn1",
              "name": "swift-asn1",
              "url": "https://github.com/apple/swift-asn1.git",
              "version": "1.7.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/loopwerk/Saga.git
[1/4750] Fetching saga
Fetched https://github.com/loopwerk/Saga.git from cache (1.04s)
Fetching https://github.com/apple/swift-crypto from cache
Fetching https://github.com/loopwerk/SagaPathKit from cache
Fetched https://github.com/apple/swift-crypto from cache (0.56s)
Fetched https://github.com/loopwerk/SagaPathKit from cache (0.56s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (0.62s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (0.03s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.50s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
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/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at main (4f031df)
Creating working copy for https://github.com/loopwerk/SagaPathKit
Working copy of https://github.com/loopwerk/SagaPathKit resolved at 1.6.1
warning: '.resolve-product-dependencies': dependency 'saga' is not used by any target
Found 2 product dependencies
  - SagaPathKit
  - swift-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/loopwerk/Saga.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling SagaPathKit SagaPathKit.swift
[5/5] Emitting module SagaPathKit
[6/26] Compiling Saga Reader.swift
[7/26] Compiling Saga RenderingContexts.swift
[8/28] Emitting module Saga
/Users/admin/builder/spi-builder-workspace/Sources/Saga/StepBuilder.swift:124:24: warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #1, #3, #4, #7, #8; this will be an error in a future Swift language mode
122 |   public func register<M: Metadata>(
123 |     folder: Path? = nil,
124 |     metadata: M.Type = EmptyMetadata.self,
    |                        `- warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #1, #3, #4, #7, #8; this will be an error in a future Swift language mode
125 |     readers: [Reader] = [],
126 |     itemProcessor: (@Sendable (Item<M>) async -> Void)? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/Saga/StepBuilder.swift:290:24: warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #0, #1, #3, #4, #5; this will be an error in a future Swift language mode
288 |   @preconcurrency
289 |   public func register<M: Metadata>(
290 |     metadata: M.Type = EmptyMetadata.self,
    |                        `- warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #0, #1, #3, #4, #5; this will be an error in a future Swift language mode
291 |     fetch: @escaping @Sendable () async throws -> [Item<M>],
292 |     cacheKey: String? = String(describing: M.self),
[9/28] Compiling Saga Saga+I18n.swift
[10/28] Compiling Saga Saga+Pipeline.swift
[11/28] Compiling Saga Saga+Sitemap.swift
[12/28] Compiling Saga Saga+Utils.swift
[13/28] Compiling Saga Saga.swift
/Users/admin/builder/spi-builder-workspace/Sources/Saga/StepBuilder.swift:124:24: warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #1, #3, #4, #7, #8; this will be an error in a future Swift language mode
122 |   public func register<M: Metadata>(
123 |     folder: Path? = nil,
124 |     metadata: M.Type = EmptyMetadata.self,
    |                        `- warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #1, #3, #4, #7, #8; this will be an error in a future Swift language mode
125 |     readers: [Reader] = [],
126 |     itemProcessor: (@Sendable (Item<M>) async -> Void)? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/Saga/StepBuilder.swift:290:24: warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #0, #1, #3, #4, #5; this will be an error in a future Swift language mode
288 |   @preconcurrency
289 |   public func register<M: Metadata>(
290 |     metadata: M.Type = EmptyMetadata.self,
    |                        `- warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #0, #1, #3, #4, #5; this will be an error in a future Swift language mode
291 |     fetch: @escaping @Sendable () async throws -> [Item<M>],
292 |     cacheKey: String? = String(describing: M.self),
[14/28] Compiling Saga StepBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Saga/StepBuilder.swift:124:24: warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #1, #3, #4, #7, #8; this will be an error in a future Swift language mode
122 |   public func register<M: Metadata>(
123 |     folder: Path? = nil,
124 |     metadata: M.Type = EmptyMetadata.self,
    |                        `- warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #1, #3, #4, #7, #8; this will be an error in a future Swift language mode
125 |     readers: [Reader] = [],
126 |     itemProcessor: (@Sendable (Item<M>) async -> Void)? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/Saga/StepBuilder.swift:290:24: warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #0, #1, #3, #4, #5; this will be an error in a future Swift language mode
288 |   @preconcurrency
289 |   public func register<M: Metadata>(
290 |     metadata: M.Type = EmptyMetadata.self,
    |                        `- warning: cannot use default expression for inference of 'M.Type' because it is inferrable from parameters #0, #1, #3, #4, #5; this will be an error in a future Swift language mode
291 |     fetch: @escaping @Sendable () async throws -> [Item<M>],
292 |     cacheKey: String? = String(describing: M.self),
[15/28] Compiling Saga BuildReason.swift
[16/28] Compiling Saga FileIO.swift
[17/28] Compiling Saga FolderMonitor.swift
[18/28] Compiling Saga I18NConfig.swift
[19/28] Compiling Saga Item.swift
[20/28] Compiling Saga ItemWriteMode.swift
[21/28] Compiling Saga MetadataDecoder.swift
[22/28] Compiling Saga Path+Extensions.swift
[23/28] Compiling Saga Saga+AtomFeed.swift
[24/28] Compiling Saga Saga+Build.swift
[25/28] Compiling Saga Saga+FetchCache.swift
[26/28] Compiling Saga Saga+Hashed.swift
[27/28] Compiling Saga String+Slugify.swift
[28/28] Compiling Saga Writer.swift
Build complete! (10.17s)
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.