Build Information
Successful build of elementary-htmx, reference main (6e8430
), with Swift 5.10 for macOS (SPM) on 16 Dec 2024 14:17:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sliemeobn/elementary-htmx.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sliemeobn/elementary-htmx
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6e8430d add api-breakage CI check (#15)
Cloned https://github.com/sliemeobn/elementary-htmx.git
Revision (git rev-parse @):
6e8430d24a6dc2de9d16270a6af985eb37a190ad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sliemeobn/elementary-htmx.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/sliemeobn/elementary-htmx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-33747A42983211AE.txt
[8/28] Emitting module Elementary
[9/30] Compiling Elementary Html+Attributes.swift
[10/30] Compiling Elementary Html+Elements.swift
[11/30] Compiling Elementary HtmlElement+Async.swift
[12/30] Compiling Elementary Html+Rendering.swift
[13/30] Compiling Elementary HtmlTextRenderer.swift
[14/30] Compiling Elementary RenderingUtils.swift
[15/30] Compiling Elementary CoreModel.swift
[16/30] Compiling Elementary Environment.swift
[17/30] Compiling Elementary ForEach.swift
[18/30] Compiling Elementary HtmlDocument.swift
[19/30] Compiling Elementary HtmlElements.swift
[20/30] Compiling Elementary AsyncContent.swift
[21/30] Compiling Elementary AsyncForEach.swift
[22/30] Compiling Elementary AttributeStorage.swift
[23/30] Compiling Elementary HtmlAttributes+Events.swift
[24/30] Compiling Elementary HtmlAttributes.swift
[25/30] Compiling Elementary HtmlTags.swift
[26/30] Compiling Elementary HtmlAsyncRenderer.swift
[27/30] Compiling Elementary SendOnceBox.swift
[28/30] Compiling Elementary SendableAnyHTMLBox.swift
[29/30] Compiling Elementary HtmlBuilder+Tuples.swift
[30/30] Compiling Elementary HtmlBuilder.swift
[31/37] Emitting module ElementaryHyperscript
[32/37] Compiling ElementaryHyperscript HTMLAttribute+Hyperscript.swift
[33/37] Emitting module ElementaryHTMX
[34/37] Compiling ElementaryHTMX HTMLAttribute+HTMX.swift
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:32:92: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)'
.init(name: "hx-select-oob", value: "\(selector):\(swap.rawValue)", mergedBy: .appending(seperatedBy: ","))
^
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:32:92: note: use 'appending(separatedBy:)' instead
.init(name: "hx-select-oob", value: "\(selector):\(swap.rawValue)", mergedBy: .appending(seperatedBy: ","))
^ ~~~~~~~~~~~
separatedBy
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:34:70: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)'
.init(name: "hx-select-oob", value: selector, mergedBy: .appending(seperatedBy: ","))
^
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:34:70: note: use 'appending(separatedBy:)' instead
.init(name: "hx-select-oob", value: selector, mergedBy: .appending(seperatedBy: ","))
^ ~~~~~~~~~~~
separatedBy
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:59:69: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)'
.init(name: "hx-trigger", value: value.rawValue, mergedBy: .appending(seperatedBy: ", "))
^
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:59:69: note: use 'appending(separatedBy:)' instead
.init(name: "hx-trigger", value: value.rawValue, mergedBy: .appending(seperatedBy: ", "))
^ ~~~~~~~~~~~
separatedBy
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:63:69: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)'
.init(name: "hx-trigger", value: value.rawValue, mergedBy: .appending(seperatedBy: ", "))
^
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:63:69: note: use 'appending(separatedBy:)' instead
.init(name: "hx-trigger", value: value.rawValue, mergedBy: .appending(seperatedBy: ", "))
^ ~~~~~~~~~~~
separatedBy
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:93:65: warning: 'appending(seperatedBy:)' is deprecated: renamed to 'appending(separatedBy:)'
.init(name: "hx-ext", value: value.rawValue, mergedBy: .appending(seperatedBy: ","))
^
/Users/admin/builder/spi-builder-workspace/Sources/ElementaryHTMX/HTMLAttribute+HTMX.swift:93:65: note: use 'appending(separatedBy:)' instead
.init(name: "hx-ext", value: value.rawValue, mergedBy: .appending(seperatedBy: ","))
^ ~~~~~~~~~~~
separatedBy
[35/37] Compiling ElementaryHTMX HTMLAttributeValue+HTMX.swift
[36/43] Compiling ElementaryHTMXWS HTMLAttribute+HTMX.swift
[37/43] Emitting module ElementaryHTMXWS
[38/43] Compiling ElementaryHTMXWS HTMLAttributeValue+HTMX.swift
[39/43] Compiling ElementaryHTMXSSE HTMLAttributeValue+HTMXSSE.swift
[40/43] Compiling ElementaryHTMXSSE HTMLAttribute+HTMXSSE.swift
[41/43] Emitting module ElementaryHTMXSSE
[42/43] Compiling TestUtilities Utilities.swift
[43/43] Emitting module TestUtilities
Build complete! (11.28s)
Fetching https://github.com/sliemeobn/elementary.git
[1/1050] Fetching elementary
Fetched https://github.com/sliemeobn/elementary.git from cache (1.33s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.4.4 (0.36s)
Creating working copy for https://github.com/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sliemeobn/elementary.git"
}
],
"manifest_display_name" : "elementary-htmx",
"name" : "elementary-htmx",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "ElementaryHTMX",
"targets" : [
"ElementaryHTMX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryHTMXSSE",
"targets" : [
"ElementaryHTMXSSE"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryHTMXWS",
"targets" : [
"ElementaryHTMXWS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryHyperscript",
"targets" : [
"ElementaryHyperscript"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestUtilities",
"module_type" : "SwiftTarget",
"name" : "TestUtilities",
"path" : "Tests/TestUtilities",
"product_dependencies" : [
"Elementary"
],
"sources" : [
"Utilities.swift"
],
"type" : "library"
},
{
"c99name" : "ElementaryHyperscriptTest",
"module_type" : "SwiftTarget",
"name" : "ElementaryHyperscriptTest",
"path" : "Tests/ElementaryHyperscriptTest",
"sources" : [
"ElementaryHyperscriptTest.swift"
],
"target_dependencies" : [
"ElementaryHyperscript",
"TestUtilities"
],
"type" : "test"
},
{
"c99name" : "ElementaryHyperscript",
"module_type" : "SwiftTarget",
"name" : "ElementaryHyperscript",
"path" : "Sources/ElementaryHyperscript",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryHyperscript"
],
"sources" : [
"HTMLAttribute+Hyperscript.swift"
],
"type" : "library"
},
{
"c99name" : "ElementaryHTMXWSTest",
"module_type" : "SwiftTarget",
"name" : "ElementaryHTMXWSTest",
"path" : "Tests/ElementaryHTMXWSTest",
"sources" : [
"ElemntaryHTMXWSTest.swift"
],
"target_dependencies" : [
"ElementaryHTMXWS",
"TestUtilities"
],
"type" : "test"
},
{
"c99name" : "ElementaryHTMXWS",
"module_type" : "SwiftTarget",
"name" : "ElementaryHTMXWS",
"path" : "Sources/ElementaryHTMXWS",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryHTMXWS"
],
"sources" : [
"HTMLAttribute+HTMX.swift",
"HTMLAttributeValue+HTMX.swift"
],
"target_dependencies" : [
"ElementaryHTMX"
],
"type" : "library"
},
{
"c99name" : "ElementaryHTMXTest",
"module_type" : "SwiftTarget",
"name" : "ElementaryHTMXTest",
"path" : "Tests/ElementaryHTMXTest",
"sources" : [
"ElementaryHTMXTest.swift"
],
"target_dependencies" : [
"ElementaryHTMX",
"TestUtilities"
],
"type" : "test"
},
{
"c99name" : "ElementaryHTMXSSETest",
"module_type" : "SwiftTarget",
"name" : "ElementaryHTMXSSETest",
"path" : "Tests/ElementaryHTMXSSETest",
"sources" : [
"ElementaryHTMXSSETest.swift"
],
"target_dependencies" : [
"ElementaryHTMXSSE",
"TestUtilities"
],
"type" : "test"
},
{
"c99name" : "ElementaryHTMXSSE",
"module_type" : "SwiftTarget",
"name" : "ElementaryHTMXSSE",
"path" : "Sources/ElementaryHTMXSSE",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryHTMXSSE"
],
"sources" : [
"HTMLAttribute+HTMXSSE.swift",
"HTMLAttributeValue+HTMXSSE.swift"
],
"target_dependencies" : [
"ElementaryHTMX"
],
"type" : "library"
},
{
"c99name" : "ElementaryHTMX",
"module_type" : "SwiftTarget",
"name" : "ElementaryHTMX",
"path" : "Sources/ElementaryHTMX",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryHTMX",
"ElementaryHTMXSSE",
"ElementaryHTMXWS"
],
"sources" : [
"HTMLAttribute+HTMX.swift",
"HTMLAttributeValue+HTMX.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.