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 Fuzi, reference master (e853de), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:49:29 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/cezheng/Fuzi.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cezheng/Fuzi
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e853de3 Fix typo in README.md
Cloned https://github.com/cezheng/Fuzi.git
Revision (git rev-parse @):
e853de3bdeb6fd458bcab6daa4d56e68ff80c531
SUCCESS checkout https://github.com/cezheng/Fuzi.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cezheng/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 Fuzi Helpers.swift
[4/10] Compiling Fuzi Node.swift
[5/10] Compiling Fuzi NodeSet.swift
[6/10] Compiling Fuzi Error.swift
[7/10] Compiling Fuzi Element.swift
[8/10] Compiling Fuzi Queryable.swift
[9/10] Compiling Fuzi Document.swift
[10/10] Emitting module Fuzi
Build complete! (4.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Fuzi",
  "name" : "Fuzi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Fuzi",
      "targets" : [
        "Fuzi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuziTests",
      "module_type" : "SwiftTarget",
      "name" : "FuziTests",
      "path" : "Tests",
      "sources" : [
        "AtomTests.swift",
        "CSSTests.swift",
        "DefaultNamespaceXPathTests.swift",
        "HTMLTests.swift",
        "VMAPTests.swift",
        "XMLTests.swift",
        "XPathFunctionResultTests.swift"
      ],
      "target_dependencies" : [
        "Fuzi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Fuzi",
      "module_type" : "SwiftTarget",
      "name" : "Fuzi",
      "path" : "Sources",
      "product_memberships" : [
        "Fuzi"
      ],
      "sources" : [
        "Document.swift",
        "Element.swift",
        "Error.swift",
        "Helpers.swift",
        "Node.swift",
        "NodeSet.swift",
        "Queryable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.