Build Information
Successful build of swift-http-types-htmx, reference main (b14716
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 02:34:10 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/alephao/swift-http-types-htmx.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alephao/swift-http-types-htmx
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b14716d ci: fix swift 6 docker img ref
Cloned https://github.com/alephao/swift-http-types-htmx.git
Revision (git rev-parse @):
b14716db91e65f6ecb410ecdb6a847e5699ece77
SUCCESS checkout https://github.com/alephao/swift-http-types-htmx.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/alephao/swift-http-types-htmx.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/12] Compiling HTTPTypes HTTPResponse.swift
[5/12] Compiling HTTPTypes HTTPRequest.swift
[6/12] Compiling HTTPTypes HTTPParsedFields.swift
[7/12] Compiling HTTPTypes ISOLatin1String.swift
[8/12] Compiling HTTPTypes NIOLock.swift
[9/12] Compiling HTTPTypes HTTPFieldName.swift
[10/12] Compiling HTTPTypes HTTPFields.swift
[11/12] Emitting module HTTPTypes
[12/12] Compiling HTTPTypes HTTPField.swift
[13/19] Compiling HTTPTypesHtmx HxTriggerHeader.swift
[14/19] Compiling HTTPTypesHtmx HxPushUrl.swift
[15/19] Compiling HTTPTypesHtmx HxReplaceUrl.swift
[16/19] Compiling HTTPTypesHtmx HxSwap.swift
[17/19] Emitting module HTTPTypesHtmx
[18/19] Compiling HTTPTypesHtmx HtmxResponseHeaders.swift
[19/19] Compiling HTTPTypesHtmx HtmxRequestHeaders.swift
Build complete! (3.97s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.85s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.29s)
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.4.0
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.