Build Information
Successful build of Saga, reference main (4f031d), with Swift 6.0 for macOS (SPM) on 21 Apr 2026 21:46:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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
========================================
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 Saga+Sitemap.swift
[10/28] Compiling Saga Saga+Utils.swift
[11/28] Compiling Saga BuildReason.swift
[12/28] Compiling Saga FileIO.swift
[13/28] Compiling Saga FolderMonitor.swift
[14/28] Compiling Saga String+Slugify.swift
[15/28] Compiling Saga Writer.swift
[16/28] Compiling Saga Saga+AtomFeed.swift
[17/28] Compiling Saga Saga+Build.swift
[18/28] Compiling Saga Saga.swift
[19/28] Compiling Saga StepBuilder.swift
[20/28] Compiling Saga MetadataDecoder.swift
[21/28] Compiling Saga Path+Extensions.swift
[22/28] Compiling Saga I18NConfig.swift
[23/28] Compiling Saga Item.swift
[24/28] Compiling Saga ItemWriteMode.swift
[25/28] Compiling Saga Saga+FetchCache.swift
[26/28] Compiling Saga Saga+Hashed.swift
[27/28] Compiling Saga Saga+I18n.swift
[28/28] Compiling Saga Saga+Pipeline.swift
Build complete! (19.81s)
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/loopwerk/SagaPathKit
[1/829] Fetching sagapathkit
[830/18265] Fetching sagapathkit, swift-crypto
Fetched https://github.com/loopwerk/SagaPathKit from cache (2.12s)
Fetched https://github.com/apple/swift-crypto from cache (2.12s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (0.44s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (3.59s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.06s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.44s)
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
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
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.