The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReadiumFuzi, reference master (347aab), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 16:30:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/readium/Fuzi.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/readium/Fuzi
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 347aab1 Rename packages (#2)
Cloned https://github.com/readium/Fuzi.git
Revision (git rev-parse @):
347aab158ff8894966ff80469b384bb5337928cd
SUCCESS checkout https://github.com/readium/Fuzi.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/readium/Fuzi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling ReadiumFuzi Node.swift
[4/10] Compiling ReadiumFuzi NodeSet.swift
[5/10] Compiling ReadiumFuzi Helpers.swift
[6/10] Compiling ReadiumFuzi Error.swift
[7/10] Compiling ReadiumFuzi Element.swift
[8/10] Compiling ReadiumFuzi Document.swift
[9/10] Emitting module ReadiumFuzi
[10/10] Compiling ReadiumFuzi Queryable.swift
Build complete! (4.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ReadiumFuzi",
  "name" : "ReadiumFuzi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ReadiumFuzi",
      "targets" : [
        "ReadiumFuzi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReadiumFuziTests",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumFuziTests",
      "path" : "Tests",
      "sources" : [
        "AtomTests.swift",
        "CSSTests.swift",
        "DefaultNamespaceXPathTests.swift",
        "HTMLTests.swift",
        "VMAPTests.swift",
        "XMLTests.swift",
        "XPathFunctionResultTests.swift"
      ],
      "target_dependencies" : [
        "ReadiumFuzi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReadiumFuzi",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumFuzi",
      "path" : "Sources",
      "product_memberships" : [
        "ReadiumFuzi"
      ],
      "sources" : [
        "Document.swift",
        "Element.swift",
        "Error.swift",
        "Helpers.swift",
        "Node.swift",
        "NodeSet.swift",
        "Queryable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.