The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SagaSwimRenderer, reference 1.0.0 (b6186c), with Swift 5.9 for macOS (SPM) on 18 Feb 2025 20:49:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaSwimRenderer.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaSwimRenderer
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b6186c7 Migrate to Saga 2.0.0
Cloned https://github.com/loopwerk/SagaSwimRenderer.git
Revision (git rev-parse @):
b6186c767689768c5d1efc21b169947ede16c1d0
SUCCESS checkout https://github.com/loopwerk/SagaSwimRenderer.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/loopwerk/SagaSwimRenderer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Swim String+XML.swift
[2/8] Compiling Swim Trimming.swift
[3/8] Compiling Swim Visitor.swift
[4/8] Compiling Swim NodeBuilder.swift
[5/8] Compiling Swim Node.swift
[6/8] Emitting module Swim
[7/11] Compiling PathKit PathKit.swift
[8/11] Emitting module PathKit
[9/25] Compiling Saga String+Slugify.swift
[10/26] Compiling Saga Writer.swift
[11/26] Compiling Saga RenderingContexts.swift
[12/26] Compiling Saga utils.swift
[13/26] Compiling Saga Saga.swift
[14/26] Compiling Saga Path+Extensions.swift
[15/26] Compiling Saga ProcessingStep.swift
[16/26] Compiling Saga Reader.swift
[17/26] Emitting module Saga
[18/26] Compiling Saga ItemWriteMode.swift
[19/26] Compiling Saga MetadataDecoder.swift
[20/26] Compiling Saga Atom.swift
[21/26] Compiling Saga FileContainer.swift
[22/26] Compiling Saga FileIO.swift
[23/26] Compiling Saga Item.swift
[24/26] Compiling HTML Tag.swift
[25/26] Emitting module HTML
[26/26] Compiling HTML Tags.swift
[27/30] Emitting module SagaSwimRenderer
/Users/admin/builder/spi-builder-workspace/Sources/SagaSwimRenderer/AtomFeed.swift:69:20: warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
internal extension AtomFeed {
                   ^
[28/30] Compiling SagaSwimRenderer Node+Extensions.swift
[29/30] Compiling SagaSwimRenderer SagaSwimRenderer.swift
[30/30] Compiling SagaSwimRenderer AtomFeed.swift
/Users/admin/builder/spi-builder-workspace/Sources/SagaSwimRenderer/AtomFeed.swift:69:20: warning: 'AtomFeed' is deprecated: Please use Saga's built-in `atomFeed` function instead.
internal extension AtomFeed {
                   ^
Build complete! (20.29s)
Fetching https://github.com/robb/Swim
Fetching https://github.com/loopwerk/Saga.git
[1/780] Fetching swim
[40/3573] Fetching swim, saga
Fetched https://github.com/robb/Swim (1.74s)
Fetched https://github.com/loopwerk/Saga.git (1.74s)
Computing version for https://github.com/robb/Swim
Computed https://github.com/robb/Swim at 0.4.0 (0.46s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 2.0.1 (0.47s)
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit (0.88s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.16s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git (0.89s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.47s)
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/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 2.0.1
Creating working copy for https://github.com/robb/Swim
Working copy of https://github.com/robb/Swim resolved at 0.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.