Build Information
Successful build of swift-http-types-htmx, reference 0.3.0 (b0a00a), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 01:10:48 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/alephao/swift-http-types-htmx.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alephao/swift-http-types-htmx
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at b0a00af feat: use structs instead of enums for value types
Cloned https://github.com/alephao/swift-http-types-htmx.git
Revision (git rev-parse @):
b0a00af44ab8e4de741092258702f670fec0d477
SUCCESS checkout https://github.com/alephao/swift-http-types-htmx.git at 0.3.0
Fetching https://github.com/apple/swift-http-types.git
[1/1033] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.83s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.0 (3.75s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.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": "swift-http-types-htmx",
"name": "swift-http-types-htmx",
"url": "https://github.com/alephao/swift-http-types-htmx.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types-htmx",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-http-types",
"name": "swift-http-types",
"url": "https://github.com/apple/swift-http-types.git",
"version": "1.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/alephao/swift-http-types-htmx.git
[1/163] Fetching swift-http-types-htmx
Fetched https://github.com/alephao/swift-http-types-htmx.git from cache (0.95s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.99s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/alephao/swift-http-types-htmx.git
Working copy of https://github.com/alephao/swift-http-types-htmx.git resolved at 0.3.0 (b0a00af)
warning: '.resolve-product-dependencies': dependency 'swift-http-types-htmx' is not used by any target
Found 1 product dependencies
- swift-http-types
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/alephao/swift-http-types-htmx.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/11] Compiling HTTPTypes HTTPResponse.swift
[5/11] Compiling HTTPTypes ISOLatin1String.swift
[6/11] Compiling HTTPTypes HTTPParsedFields.swift
[7/11] Compiling HTTPTypes HTTPRequest.swift
[8/11] Compiling HTTPTypes HTTPField.swift
[9/11] Compiling HTTPTypes HTTPFieldName.swift
[10/11] Compiling HTTPTypes HTTPFields.swift
[11/11] Emitting module HTTPTypes
[12/18] Compiling HTTPTypesHtmx HxSwap.swift
[13/18] Compiling HTTPTypesHtmx HxReplaceUrl.swift
[14/18] Compiling HTTPTypesHtmx HxPushUrl.swift
[15/18] Compiling HTTPTypesHtmx HxTriggerHeader.swift
[16/18] Compiling HTTPTypesHtmx HtmxRequestHeaders.swift
[17/18] Emitting module HTTPTypesHtmx
[18/18] Compiling HTTPTypesHtmx HtmxResponseHeaders.swift
Build complete! (3.00s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
}
],
"manifest_display_name" : "swift-http-types-htmx",
"name" : "swift-http-types-htmx",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HTTPTypesHtmx",
"targets" : [
"HTTPTypesHtmx"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPTypesHtmxTests",
"module_type" : "SwiftTarget",
"name" : "HTTPTypesHtmxTests",
"path" : "Tests/HTTPTypesHtmxTests",
"product_dependencies" : [
"HTTPTypes"
],
"sources" : [
"HtmxRequestHeadersTests.swift",
"HtmxResponseHeadersTests.swift",
"HxTriggerHeaderTests.swift"
],
"target_dependencies" : [
"HTTPTypesHtmx"
],
"type" : "test"
},
{
"c99name" : "HTTPTypesHtmx",
"module_type" : "SwiftTarget",
"name" : "HTTPTypesHtmx",
"path" : "Sources/HTTPTypesHtmx",
"product_dependencies" : [
"HTTPTypes"
],
"product_memberships" : [
"HTTPTypesHtmx"
],
"sources" : [
"HtmxRequestHeaders.swift",
"HtmxResponseHeaders.swift",
"HxTriggerHeader.swift",
"Values/HxPushUrl.swift",
"Values/HxReplaceUrl.swift",
"Values/HxSwap.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.