The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HTML, reference main (f87d10), with Swift 6.2 for macOS (SPM) on 2 Jul 2025 13:50:26 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 f87d104 Merge pull request #42 from chriseidhof/for-in
Cloned https://github.com/robb/Swim.git
Revision (git rev-parse @):
f87d104c9d003071336bf6c5a649089e27e3fd63
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 NodeBuilder.swift
[5/9] Compiling Swim String+XML.swift
[6/9] Compiling Swim Visitor.swift
[7/9] Compiling Swim Trimming.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.29s)
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.