Build Information
Successful build of SwimHTMX with Swift 6.0 for Linux.
Swift 6 data race errors: 0
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maciejtrybilo/Swim-htmx.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/maciejtrybilo/Swim-htmx
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 349cb67 xh-trigger
Cloned https://github.com/maciejtrybilo/Swim-htmx.git
Revision (git rev-parse @):
349cb676aa4db7976a4dee11f59d104bf203113c
SUCCESS checkout https://github.com/maciejtrybilo/Swim-htmx.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/maciejtrybilo/Swim-htmx.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/robb/Swim.git
[1/780] Fetching swim
Fetched https://github.com/robb/Swim.git from cache (0.24s)
Computing version for https://github.com/robb/Swim.git
Computed https://github.com/robb/Swim.git at 0.4.0 (1.61s)
Creating working copy for https://github.com/robb/Swim.git
Working copy of https://github.com/robb/Swim.git resolved at 0.4.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Compiling Swim Trimming.swift
[6/10] Compiling Swim Visitor.swift
[7/10] Compiling Swim String+XML.swift
[8/10] Compiling Swim NodeBuilder.swift
[9/10] Emitting module Swim
[10/10] Compiling Swim Node.swift
[12/14] Compiling HTML Tag.swift
[13/14] Compiling HTML Tags.swift
[14/14] Emitting module HTML
[16/25] Compiling SwimHTMX HXSwapOOB.swift
[17/26] Compiling SwimHTMX HXTrigger.swift
[18/26] Compiling SwimHTMX HXTarget.swift
[19/26] Compiling SwimHTMX HXVals.swift
[20/26] Compiling SwimHTMX HXEndpoint.swift
[21/26] Compiling SwimHTMX HXIndicator.swift
[22/26] Compiling SwimHTMX HXAttribute.swift
[23/26] Compiling SwimHTMX HXDisableELT.swift
[24/26] Emitting module SwimHTMX
[25/26] Compiling SwimHTMX HXSwap.swift
[26/26] Compiling SwimHTMX Node+HTMX.swift
Build complete! (26.46s)
Build complete.
{
"dependencies" : [
{
"identity" : "swim",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/robb/Swim.git"
}
],
"manifest_display_name" : "SwimHTMX",
"name" : "SwimHTMX",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwimHTMX",
"targets" : [
"SwimHTMX"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwimHTMXTests",
"module_type" : "SwiftTarget",
"name" : "SwimHTMXTests",
"path" : "Tests/SwimHTMXTests",
"sources" : [
"SwimHTMXTests.swift"
],
"target_dependencies" : [
"SwimHTMX"
],
"type" : "test"
},
{
"c99name" : "SwimHTMX",
"module_type" : "SwiftTarget",
"name" : "SwimHTMX",
"path" : "Sources/SwimHTMX",
"product_dependencies" : [
"HTML"
],
"product_memberships" : [
"SwimHTMX"
],
"sources" : [
"Attributes/HXAttribute.swift",
"Attributes/HXDisableELT.swift",
"Attributes/HXEndpoint.swift",
"Attributes/HXIndicator.swift",
"Attributes/HXSwap.swift",
"Attributes/HXSwapOOB.swift",
"Attributes/HXTarget.swift",
"Attributes/HXTrigger.swift",
"Attributes/HXVals.swift",
"Node+HTMX.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.