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 HTML, reference main (d3dde8), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:53:15 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/robb/Swim.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robb/Swim
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d3dde8c Make platforms explicit
Cloned https://github.com/robb/Swim.git
Revision (git rev-parse @):
d3dde8cf781507ada3b7549996bea94f8d57181f
SUCCESS checkout https://github.com/robb/Swim.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/robb/Swim.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling Swim Trimming.swift
[5/9] Compiling Swim NodeBuilder.swift
[6/9] Compiling Swim String+XML.swift
[7/9] Compiling Swim Visitor.swift
[8/9] Emitting module Swim
[9/9] Compiling Swim Node.swift
[10/12] Compiling HTML Tag.swift
[11/12] Compiling HTML Tags.swift
[12/12] Emitting module HTML
Build complete! (6.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTML",
  "name" : "HTML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HTML",
      "targets" : [
        "HTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Swim",
      "targets" : [
        "Swim"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwimTests",
      "module_type" : "SwiftTarget",
      "name" : "SwimTests",
      "path" : "Tests/SwimTests",
      "sources" : [
        "SwimTests.swift"
      ],
      "target_dependencies" : [
        "HTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swim",
      "module_type" : "SwiftTarget",
      "name" : "Swim",
      "path" : "Sources/Swim",
      "product_memberships" : [
        "HTML",
        "Swim"
      ],
      "sources" : [
        "Node.swift",
        "NodeBuilder.swift",
        "String+XML.swift",
        "Trimming.swift",
        "Visitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTests",
      "path" : "Tests/HTMLTests",
      "sources" : [
        "HTMLTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTML",
      "module_type" : "SwiftTarget",
      "name" : "HTML",
      "path" : "Sources/HTML",
      "product_memberships" : [
        "HTML"
      ],
      "sources" : [
        "Tag.swift",
        "Tags.swift"
      ],
      "target_dependencies" : [
        "Swim"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.