The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Vaux, reference 0.2.0 (573a4e), with Swift 6.2 for Linux on 18 Jun 2025 06:30:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dokun1/vaux.git
Reference: 0.2.0
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/dokun1/vaux
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 573a4ec Updating readme again
Cloned https://github.com/dokun1/vaux.git
Revision (git rev-parse @):
573a4ecd4871765be12aa8b53b063c532df968f8
SUCCESS checkout https://github.com/dokun1/vaux.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dokun1/vaux.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling Vaux FileHelper.swift
/host/spi-builder-workspace/Sources/Vaux/FileHelper.swift:14:13: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
12 |   public class func createFile(named: String, path: String) -> URL? {
13 |     let manager = FileManager()
14 |     manager.createFile(atPath: "\(path)\(named).html", contents: nil, attributes: nil)
   |             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |     return URL(fileURLWithPath: "\(path)\(named).html")
16 |   }
[4/13] Compiling Vaux HTML.swift
/host/spi-builder-workspace/Sources/Vaux/FileHelper.swift:14:13: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
12 |   public class func createFile(named: String, path: String) -> URL? {
13 |     let manager = FileManager()
14 |     manager.createFile(atPath: "\(path)\(named).html", contents: nil, attributes: nil)
   |             `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |     return URL(fileURLWithPath: "\(path)\(named).html")
16 |   }
[5/13] Compiling Vaux HTMLBuilder.swift
/host/spi-builder-workspace/Sources/Vaux/HTML/HTMLBuilder.swift:12:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | // MARK: - HTMLBuilder
11 | /// A function builder that provides transformations for control flow concepts into HTML components.
12 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
13 | public struct HTMLBuilder {
14 |
[6/13] Compiling Vaux HTMLExtensions.swift
[7/13] Emitting module Vaux
/host/spi-builder-workspace/Sources/Vaux/HTML/HTMLBuilder.swift:12:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | // MARK: - HTMLBuilder
11 | /// A function builder that provides transformations for control flow concepts into HTML components.
12 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
13 | public struct HTMLBuilder {
14 |
/host/spi-builder-workspace/Sources/Vaux/HTML/HTMLOutputStream.swift:78:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
76 | }
77 |
78 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
79 |   public func write(_ string: String) {
80 |     write(Data(string.utf8))
[8/13] Compiling Vaux Attributes.swift
[9/13] Compiling Vaux Builders.swift
[10/13] Compiling Vaux Enums.swift
[11/13] Compiling Vaux Errors.swift
[12/13] Compiling Vaux HTMLNode.swift
[13/14] Compiling Vaux HTMLOutputStream.swift
/host/spi-builder-workspace/Sources/Vaux/HTML/HTMLOutputStream.swift:78:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
76 | }
77 |
78 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
79 |   public func write(_ string: String) {
80 |     write(Data(string.utf8))
[14/14] Compiling Vaux Vaux.swift
Build complete! (9.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Vaux",
  "name" : "Vaux",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Vaux",
      "targets" : [
        "Vaux"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VauxTests",
      "module_type" : "SwiftTarget",
      "name" : "VauxTests",
      "path" : "Tests/VauxTests",
      "sources" : [
        "VauxTableTests.swift",
        "VauxTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Vaux"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Vaux",
      "module_type" : "SwiftTarget",
      "name" : "Vaux",
      "path" : "Sources/Vaux",
      "product_memberships" : [
        "Vaux"
      ],
      "sources" : [
        "Attributes.swift",
        "Builders.swift",
        "Enums.swift",
        "Errors.swift",
        "FileHelper.swift",
        "HTML/HTML.swift",
        "HTML/HTMLBuilder.swift",
        "HTML/HTMLExtensions.swift",
        "HTML/HTMLNode.swift",
        "HTML/HTMLOutputStream.swift",
        "Vaux.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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
Done.