The Swift Package Index logo.Swift Package Index

Build Information

Successful build of textbundleify, reference master (9002d6), with Swift 6.3 for Linux on 11 Apr 2026 15:31:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/jsorge/textbundleify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/kylef/PathKit.git
[1/1452] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.26s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (2.63s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (1.03s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (6.70s)
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] Compiling PathKit PathKit.swift
[6/11] Emitting module PathKit
[7/12] Wrapping AST for PathKit for debugging
[9/15] Emitting module TextBundleify
[10/15] Compiling TextBundleify Console.swift
[11/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>
[12/16] Wrapping AST for TextBundleify for debugging
[14/18] Emitting module textbundleify_main
[15/18] Compiling textbundleify_main main.swift
[16/19] Wrapping AST for textbundleify-main for debugging
[17/19] Write Objects.LinkFileList
[18/19] Linking textbundleify
Build complete! (24.68s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.