The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SagaSwimRenderer, reference main (3ae267), with Swift 6.0 for macOS (SPM) on 24 Jun 2025 09:58:58 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaSwimRenderer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaSwimRenderer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3ae2675 tests: Add unit tests
Cloned https://github.com/loopwerk/SagaSwimRenderer.git
Revision (git rev-parse @):
3ae2675d1a7feedb92b72796198c74956e5671f6
SUCCESS checkout https://github.com/loopwerk/SagaSwimRenderer.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loopwerk/SagaSwimRenderer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/14] Compiling Swim Visitor.swift
[8/14] Compiling Swim Trimming.swift
[9/14] Compiling Swim NodeBuilder.swift
[10/14] Compiling Swim String+XML.swift
[11/14] Emitting module Swim
[12/14] Compiling Swim Node.swift
[13/14] Emitting module PathKit
[14/14] Compiling PathKit PathKit.swift
[15/31] Compiling Saga Atom.swift
[16/31] Compiling Saga FileContainer.swift
[17/31] Emitting module Saga
[18/32] Compiling Saga String+Slugify.swift
[19/32] Compiling Saga Reader.swift
[20/32] Compiling Saga Path+Extensions.swift
[21/32] Compiling Saga ProcessingStep.swift
[22/32] Compiling Saga Writer.swift
[23/32] Compiling Saga utils.swift
[24/32] Compiling Saga FileIO.swift
[25/32] Compiling Saga Item.swift
[26/32] Compiling Saga RenderingContexts.swift
[27/32] Compiling Saga ItemWriteMode.swift
[28/32] Compiling Saga MetadataDecoder.swift
[29/32] Compiling Saga Saga.swift
[30/32] Compiling HTML Tag.swift
[31/32] Emitting module HTML
[32/32] Compiling HTML Tags.swift
[33/36] Compiling SagaSwimRenderer SagaSwimRenderer.swift
[34/36] Compiling SagaSwimRenderer Node+Extensions.swift
[35/36] Emitting module SagaSwimRenderer
/Users/admin/builder/spi-builder-workspace/Sources/SagaSwimRenderer/AtomFeed.swift:69:11: warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 67 | }
 68 |
 69 | extension AtomFeed {
    |           `- warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 70 |   func feed(xmlns: String, @NodeBuilder children: () -> NodeConvertible) -> Node {
 71 |     .element("feed", ["xmlns": xmlns], children().asNode())
[36/36] Compiling SagaSwimRenderer AtomFeed.swift
/Users/admin/builder/spi-builder-workspace/Sources/SagaSwimRenderer/AtomFeed.swift:69:11: warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 67 | }
 68 |
 69 | extension AtomFeed {
    |           `- warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
 70 |   func feed(xmlns: String, @NodeBuilder children: () -> NodeConvertible) -> Node {
 71 |     .element("feed", ["xmlns": xmlns], children().asNode())
Build complete! (17.41s)
Fetching https://github.com/robb/Swim
Fetching https://github.com/loopwerk/Saga.git
[1/3020] Fetching saga
[92/3809] Fetching saga, swim
Fetched https://github.com/robb/Swim from cache (1.05s)
Fetched https://github.com/loopwerk/Saga.git from cache (1.05s)
Computing version for https://github.com/robb/Swim
Computed https://github.com/robb/Swim at 0.4.0 (0.58s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 2.4.0 (0.60s)
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit from cache (0.93s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.38s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.87s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.57s)
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/robb/Swim
Working copy of https://github.com/robb/Swim resolved at 0.4.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 2.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "saga",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/loopwerk/Saga.git"
    },
    {
      "identity" : "swim",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/robb/Swim"
    }
  ],
  "manifest_display_name" : "SagaSwimRenderer",
  "name" : "SagaSwimRenderer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SagaSwimRenderer",
      "targets" : [
        "SagaSwimRenderer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SagaSwimRendererTests",
      "module_type" : "SwiftTarget",
      "name" : "SagaSwimRendererTests",
      "path" : "Tests/SagaSwimRendererTests",
      "sources" : [
        "SagaSwimRendererTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SagaSwimRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SagaSwimRenderer",
      "module_type" : "SwiftTarget",
      "name" : "SagaSwimRenderer",
      "path" : "Sources/SagaSwimRenderer",
      "product_dependencies" : [
        "Saga",
        "HTML"
      ],
      "product_memberships" : [
        "SagaSwimRenderer"
      ],
      "sources" : [
        "AtomFeed.swift",
        "Node+Extensions.swift",
        "SagaSwimRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.