The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ansi2Html, reference 0.0.4 (d24ec5), with Swift 6.1 for Wasm on 28 May 2025 15:28:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OakCityLabs/Ansi2Html.git
Reference: 0.0.4
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/OakCityLabs/Ansi2Html
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at d24ec52 Switch from <font> to <span> with CSS for foreground color.
Cloned https://github.com/OakCityLabs/Ansi2Html.git
Revision (git rev-parse @):
d24ec52dc259063e173d09b2253ae1b60dbe6bd0
SUCCESS checkout https://github.com/OakCityLabs/Ansi2Html.git at 0.0.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OakCityLabs/Ansi2Html.git
https://github.com/OakCityLabs/Ansi2Html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "colorizeswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtynior/ColorizeSwift"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    }
  ],
  "manifest_display_name" : "Ansi2Html",
  "name" : "Ansi2Html",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ansi2Html",
      "targets" : [
        "Ansi2Html",
        "Ansi2HtmlCpp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ansi2HtmlTests",
      "module_type" : "SwiftTarget",
      "name" : "Ansi2HtmlTests",
      "path" : "Tests/Ansi2HtmlTests",
      "product_dependencies" : [
        "ColorizeSwift",
        "CustomDump"
      ],
      "sources" : [
        "Ansi2HtmlTests.swift"
      ],
      "target_dependencies" : [
        "Ansi2Html",
        "Ansi2HtmlCpp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ansi2HtmlCpp",
      "module_type" : "ClangTarget",
      "name" : "Ansi2HtmlCpp",
      "path" : "Sources/CPP",
      "product_memberships" : [
        "Ansi2Html"
      ],
      "sources" : [
        "Ansi2HtmlBridge.cpp",
        "ansi_esc2html.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ansi2Html",
      "module_type" : "SwiftTarget",
      "name" : "Ansi2Html",
      "path" : "Sources/Swift",
      "product_memberships" : [
        "Ansi2Html"
      ],
      "sources" : [
        "Ansi2Html.swift"
      ],
      "target_dependencies" : [
        "Ansi2HtmlCpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/mtynior/ColorizeSwift
Fetching https://github.com/pointfreeco/swift-custom-dump.git
[1/291] Fetching colorizeswift
[292/4872] Fetching colorizeswift, swift-custom-dump
Fetched https://github.com/mtynior/ColorizeSwift from cache (0.41s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.42s)
Computing version for https://github.com/mtynior/ColorizeSwift
Computed https://github.com/mtynior/ColorizeSwift at 1.7.0 (2.94s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 0.11.2 (2.38s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.37s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 0.11.2
Creating working copy for https://github.com/mtynior/ColorizeSwift
Working copy of https://github.com/mtynior/ColorizeSwift resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling Ansi2HtmlCpp Ansi2HtmlBridge.cpp
[3/4] Compiling Ansi2HtmlCpp ansi_esc2html.cpp
[5/6] Emitting module Ansi2Html
[6/6] Compiling Ansi2Html Ansi2Html.swift
Build complete! (18.17s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "colorizeswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtynior/ColorizeSwift"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    }
  ],
  "manifest_display_name" : "Ansi2Html",
  "name" : "Ansi2Html",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ansi2Html",
      "targets" : [
        "Ansi2Html",
        "Ansi2HtmlCpp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ansi2HtmlTests",
      "module_type" : "SwiftTarget",
      "name" : "Ansi2HtmlTests",
      "path" : "Tests/Ansi2HtmlTests",
      "product_dependencies" : [
        "ColorizeSwift",
        "CustomDump"
      ],
      "sources" : [
        "Ansi2HtmlTests.swift"
      ],
      "target_dependencies" : [
        "Ansi2Html",
        "Ansi2HtmlCpp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ansi2HtmlCpp",
      "module_type" : "ClangTarget",
      "name" : "Ansi2HtmlCpp",
      "path" : "Sources/CPP",
      "product_memberships" : [
        "Ansi2Html"
      ],
      "sources" : [
        "Ansi2HtmlBridge.cpp",
        "ansi_esc2html.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ansi2Html",
      "module_type" : "SwiftTarget",
      "name" : "Ansi2Html",
      "path" : "Sources/Swift",
      "product_memberships" : [
        "Ansi2Html"
      ],
      "sources" : [
        "Ansi2Html.swift"
      ],
      "target_dependencies" : [
        "Ansi2HtmlCpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.