Build Information
Successful build of textbundleify, reference master (9002d6), with Swift 6.2 for Linux on 18 Jun 2025 13:27:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jsorge/textbundleify.git
Reference: master
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/jsorge/textbundleify
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9002d65 Linux compatibility
Cloned https://github.com/jsorge/textbundleify.git
Revision (git rev-parse @):
9002d65d9cdcbf7dcfb30c2fa5ae1802c23128fa
SUCCESS checkout https://github.com/jsorge/textbundleify.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/jsorge/textbundleify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.52s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (5.17s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.46s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (5.10s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/11] Emitting module PathKit
[6/11] Compiling PathKit PathKit.swift
[7/12] Wrapping AST for PathKit for debugging
[9/15] Compiling TextBundleify TextBundleify.swift
/host/spi-builder-workspace/Sources/TextBundleify/TextBundleify.swift:92:14: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
90 |
91 | // find <search path> -name '<filename>'
92 | task.launchPath = "/usr/bin/find"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
93 | task.arguments = ["\(path.absolute().string)", "-name", "\(filename)"]
94 | print("Arguments: \(task.arguments!)")
/host/spi-builder-workspace/Sources/TextBundleify/TextBundleify.swift:96:14: warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
94 | print("Arguments: \(task.arguments!)")
95 | task.standardOutput = pipe
96 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
| `- note: use 'run' instead
97 |
98 | let handle = pipe.fileHandleForReading
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/15] Emitting module TextBundleify
[11/15] Compiling TextBundleify Console.swift
[12/17] Wrapping AST for TextBundleify for debugging
[14/18] Compiling textbundleify_main main.swift
[15/18] Emitting module textbundleify_main
[16/19] Wrapping AST for textbundleify-main for debugging
[17/19] Write Objects.LinkFileList
[18/19] Linking textbundleify
Build complete! (36.86s)
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
}
],
"manifest_display_name" : "textbundleify",
"name" : "textbundleify",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "textbundleify",
"targets" : [
"textbundleify-main"
],
"type" : {
"executable" : null
}
},
{
"name" : "TextBundleify",
"targets" : [
"TextBundleify"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "textbundleify_main",
"module_type" : "SwiftTarget",
"name" : "textbundleify-main",
"path" : "Sources/textbundleify-main",
"product_memberships" : [
"textbundleify"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TextBundleify"
],
"type" : "executable"
},
{
"c99name" : "TextBundleify",
"module_type" : "SwiftTarget",
"name" : "TextBundleify",
"path" : "Sources/TextBundleify",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"textbundleify",
"TextBundleify"
],
"sources" : [
"Console.swift",
"TextBundleify.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.