The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Colorizer, reference 1.2.0 (8e9747), with Swift 6.1 for Wasm on 31 May 2025 05:13:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/DariuszGulbicki/Colorizer.git
Reference: 1.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/DariuszGulbicki/Colorizer
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 8e9747f Merge pull request #7 from DariuszGulbicki/readme_update
Cloned https://github.com/DariuszGulbicki/Colorizer.git
Revision (git rev-parse @):
8e9747fc55861a2969c721967f4a84b95ae5f716
SUCCESS checkout https://github.com/DariuszGulbicki/Colorizer.git at 1.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DariuszGulbicki/Colorizer.git
https://github.com/DariuszGulbicki/Colorizer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Colorizer",
  "name" : "Colorizer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Colorizer",
      "targets" : [
        "Colorizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Colorizer-Examples",
      "targets" : [
        "Colorizer-Examples"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Colorizer_Examples",
      "module_type" : "SwiftTarget",
      "name" : "Colorizer-Examples",
      "path" : "Sources/Colorizer-Examples",
      "product_memberships" : [
        "Colorizer-Examples"
      ],
      "sources" : [
        "Examples.swift"
      ],
      "target_dependencies" : [
        "Colorizer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Colorizer",
      "module_type" : "SwiftTarget",
      "name" : "Colorizer",
      "path" : "Sources/Colorizer",
      "product_memberships" : [
        "Colorizer",
        "Colorizer-Examples"
      ],
      "sources" : [
        "Colorizer.swift",
        "EffectEscapeCode.swift",
        "StringEffects.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling Colorizer StringEffects.swift
[5/11] Compiling Colorizer EffectEscapeCode.swift
[6/11] Compiling Colorizer Colorizer.swift
[7/11] Emitting module Colorizer
[8/12] Wrapping AST for Colorizer for debugging
[10/14] Emitting module Colorizer_Examples
[11/14] Compiling Colorizer_Examples Examples.swift
/host/spi-builder-workspace/Sources/Colorizer-Examples/Examples.swift:46:13: warning: initialization of immutable value 'colorizer' was never used; consider replacing with assignment to '_' or removing it
44 |
45 |     private static func logo() {
46 |         let colorizer = Colorizer()
   |             `- warning: initialization of immutable value 'colorizer' was never used; consider replacing with assignment to '_' or removing it
47 |         print(Colorizer.rainbow(
48 |                 "  /$$$$$$            /$$                     /$$                              " + "\n" +
[12/15] Wrapping AST for Colorizer-Examples for debugging
[13/15] Write Objects.LinkFileList
[14/15] Linking Colorizer-Examples.wasm
Build complete! (5.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Colorizer",
  "name" : "Colorizer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Colorizer",
      "targets" : [
        "Colorizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Colorizer-Examples",
      "targets" : [
        "Colorizer-Examples"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Colorizer_Examples",
      "module_type" : "SwiftTarget",
      "name" : "Colorizer-Examples",
      "path" : "Sources/Colorizer-Examples",
      "product_memberships" : [
        "Colorizer-Examples"
      ],
      "sources" : [
        "Examples.swift"
      ],
      "target_dependencies" : [
        "Colorizer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Colorizer",
      "module_type" : "SwiftTarget",
      "name" : "Colorizer",
      "path" : "Sources/Colorizer",
      "product_memberships" : [
        "Colorizer",
        "Colorizer-Examples"
      ],
      "sources" : [
        "Colorizer.swift",
        "EffectEscapeCode.swift",
        "StringEffects.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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.