Build Information
Successful build of HTML, reference 0.4.0 (a0943e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:38:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/robb/Swim.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robb/Swim
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at a0943e6 Merge pull request #40 from loopwerk/main
Cloned https://github.com/robb/Swim.git
Revision (git rev-parse @):
a0943e6f3cb5751ee7b69ed43a33613ea67d0c6a
SUCCESS checkout https://github.com/robb/Swim.git at 0.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swim",
"name": "HTML",
"url": "https://github.com/robb/Swim.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swim",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/robb/Swim.git
[1/795] Fetching swim
Fetched https://github.com/robb/Swim.git from cache (0.78s)
Creating working copy for https://github.com/robb/Swim.git
Working copy of https://github.com/robb/Swim.git resolved at 0.4.0 (a0943e6)
warning: '.resolve-product-dependencies': dependency 'swim' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/robb/Swim.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling Swim Trimming.swift
[5/9] Compiling Swim String+XML.swift
[6/9] Compiling Swim Visitor.swift
[7/9] Compiling Swim NodeBuilder.swift
[8/9] Emitting module Swim
[9/9] Compiling Swim Node.swift
[10/12] Compiling HTML Tag.swift
[11/12] Emitting module HTML
[12/12] Compiling HTML Tags.swift
Build complete! (7.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HTML",
"name" : "HTML",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"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.